#include <map_writer_interface.h>
Definition at line 42 of file map_writer_interface.h.
 
◆ drawObjectOfInterest()
  
  | 
        
          | virtual void hector_geotiff::MapWriterInterface::drawObjectOfInterest | ( | const Eigen::Vector2f & | coords, |  
          |  |  | const std::string & | txt, |  
          |  |  | const Color & | color, |  
          |  |  | const Shape & | shape = SHAPE_CIRCLE |  
          |  | ) |  |  |  | pure virtual | 
 
 
◆ drawPath() [1/2]
  
  | 
        
          | virtual void hector_geotiff::MapWriterInterface::drawPath | ( | const Eigen::Vector3f & | start, |  
          |  |  | const std::vector< Eigen::Vector2f > & | points |  
          |  | ) |  |  |  | inlinevirtual | 
 
 
◆ drawPath() [2/2]
  
  | 
        
          | virtual void hector_geotiff::MapWriterInterface::drawPath | ( | const Eigen::Vector3f & | start, |  
          |  |  | const std::vector< Eigen::Vector2f > & | points, |  
          |  |  | int | color_r, |  
          |  |  | int | color_g, |  
          |  |  | int | color_b |  
          |  | ) |  |  |  | pure virtual | 
 
 
◆ getBasePathAndFileName()
  
  | 
        
          | virtual std::string hector_geotiff::MapWriterInterface::getBasePathAndFileName | ( |  | ) | const |  | pure virtual | 
 
 
The documentation for this class was generated from the following file: