|  | 
| void | init (int width_pixel, int height_pixel, double min_y, double max_y, double min_x, double max_x, double rotation=0, double grid_scale_x=-1, double grid_scale_y=-1, const std::string &background_image=std::string()) override | 
|  | 
|  | LayeredFigure (const LayeredFigure &)=default | 
|  | 
|  | LayeredFigure (const std::string &title) | 
|  | 
|  | LayeredFigure (LayeredFigure &&)=default | 
|  | 
| LayeredFigure & | operator= (const LayeredFigure &)=default | 
|  | 
| LayeredFigure & | operator= (LayeredFigure &&)=default | 
|  | 
| void | outputPlot () | 
|  | 
| virtual | ~LayeredFigure ()=default | 
|  | 
| void | appendToView (const cv::Mat &_mat, const cv::Scalar &_colMin, const cv::Scalar &_colMax, u_int8_t _truncateLayerVal=0) | 
|  | 
| cv::Mat & | background () | 
|  | 
| const cv::Mat & | background () const | 
|  | 
| const std::string & | backgroundFileName () const | 
|  | 
| void | circle (const Point2D &p, int radius, const cv::Scalar &color, int thickness=1, int lineType=cv::LINE_AA) | 
|  | 
| template<typename T > | 
| void | circle (T &map, const Point2D &p, int radius, const cv::Scalar &color, int thickness=1, int lineType=cv::LINE_AA) const | 
|  | 
| void | clear () | 
|  | 
|  | Figure (const Figure &)=default | 
|  | 
|  | Figure (const std::string &title) | 
|  | draws the background image  More... 
 | 
|  | 
|  | Figure (Figure &&)=default | 
|  | 
| void | line (const Point2D &p0, const Point2D &p1, const cv::Scalar &color, int thickness=1, int lineType=cv::LINE_AA) | 
|  | 
| template<typename T > | 
| void | line (T &map, const Point2D &p0, const Point2D &p1, const cv::Scalar &color, int thickness=1, int lineType=cv::LINE_AA) const | 
|  | 
| Figure & | operator= (const Figure &)=default | 
|  | 
| Figure & | operator= (Figure &&)=default | 
|  | 
| void | putText (const std::string &text, const Point2D &p, int fontFace=cv::FONT_HERSHEY_PLAIN, double fontScale=0.6, cv::Scalar color=cv::Scalar(128, 0, 0), int thickness=1, int lineType=cv::LINE_AA, bool bottomLeftOrigin=false) | 
|  | 
| void | putText (cv::Mat &view, const std::string &text, const Point2D &p, int fontFace=cv::FONT_HERSHEY_PLAIN, double fontScale=0.6, cv::Scalar color=cv::Scalar(128, 0, 0), int thickness=1, int lineType=cv::LINE_AA, bool bottomLeftOrigin=false) | 
|  | 
| void | setLabel (const std::string &label_x=std::string("x=%f"), const std::string &label_y=std::string("y=%f")) | 
|  | 
| void | setView (const cv::Mat &view) | 
|  | 
| void | symbol (const Point2D &p, const cv::Scalar &color) | 
|  | 
| void | symbol (const Pose2D &p, double radius, const cv::Scalar &color, int thickness=1, int lineType=cv::LINE_AA) | 
|  | 
| void | symbol (cv::Mat &view, const Point2D &p, const cv::Scalar &color) | 
|  | 
| void | symbol (cv::Mat &view, const Pose2D &p, double radius, const cv::Scalar &color, int thickness=1, int lineType=cv::LINE_AA) | 
|  | 
| const std::string | title () const | 
|  | 
| cv::Mat & | view () | 
|  | 
| const cv::Mat & | view () const | 
|  | 
| virtual | ~Figure ()=default | 
|  | 
| template<typename T > | 
| void | circle (T &map, const Point2D &p, int radius, const cv::Scalar &color, int thickness=1, int lineType=cv::LINE_AA) const | 
|  | 
| template<typename T > | 
| cv::Scalar_< T > | get (cv::Mat_< T > &map, const Point2D &p) const | 
|  | 
| int | height () const | 
|  | 
| std::string | infoHeader () const | 
|  | 
| template<typename T > | 
| void | init (const T &metadata) | 
|  | 
| void | init (int width_pixel, int height_pixel, double min_y, double max_y, double min_x, double max_x, double rotation=0) | 
|  | 
| bool | initialized () | 
|  | 
| template<typename T > | 
| void | line (T &map, const Point2D &p0, const Point2D &p1, const cv::Scalar &color, int thickness=1, int lineType=cv::LINE_AA) const | 
|  | 
| Point2D | m2w (const Point2D &src) const | 
|  | 
| Point2D & | m2w (const Point2D &src, Point2D &des) const | 
|  | 
| Point2D | m2w (double x, double y) const | 
|  | 
| double | max_x () const | 
|  | 
| double | max_y () const | 
|  | 
| double | min_x () const | 
|  | 
| double | min_y () const | 
|  | 
| const cv::Matx33d & | Mm2w () const | 
|  | 
| const cv::Matx33d & | Mw2m () const | 
|  | 
| WorldScopedMaps & | operator= (const WorldScopedMaps &)=default | 
|  | 
| WorldScopedMaps & | operator= (WorldScopedMaps &&)=default | 
|  | 
| double | scale_w2m (double v) const | 
|  | 
| double | scale_x () const | 
|  | 
| double | scale_y () const | 
|  | 
| Point2D | w2m (const Point2D &src) const | 
|  | 
| Point2D & | w2m (const Point2D &src, Point2D &des) const | 
|  | 
| Point2D | w2m (double x, double y) const | 
|  | 
| int | width () const | 
|  | 
|  | WorldScopedMaps () | 
|  | 
|  | WorldScopedMaps (const WorldScopedMaps &)=default | 
|  | 
|  | WorldScopedMaps (WorldScopedMaps &&)=default | 
|  | 
| virtual | ~WorldScopedMaps ()=default | 
|  | 
Definition at line 78 of file layered_figure.h.