Classes | Public Member Functions | List of all members
hector_geotiff::MapWriterInterface Class Referenceabstract

#include <map_writer_interface.h>

Inheritance diagram for hector_geotiff::MapWriterInterface:
Inheritance graph
[legend]

Classes

struct  Color
 

Public Member Functions

virtual void drawObjectOfInterest (const Eigen::Vector2f &coords, const std::string &txt, const Color &color, const Shape &shape=SHAPE_CIRCLE)=0
 
virtual void drawPath (const Eigen::Vector3f &start, const std::vector< Eigen::Vector2f > &points)
 
virtual void drawPath (const Eigen::Vector3f &start, const std::vector< Eigen::Vector2f > &points, int color_r, int color_g, int color_b)=0
 
virtual std::string getBasePathAndFileName () const =0
 

Detailed Description

Definition at line 42 of file map_writer_interface.h.

Member Function Documentation

◆ 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

Reimplemented in hector_geotiff::GeotiffWriter.

Definition at line 55 of file map_writer_interface.h.

◆ 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:


hector_geotiff
Author(s): Stefan Kohlbrecher
autogenerated on Sat Mar 12 2022 03:57:53