|  | 
| void | clearLayer (const size_t &_layer) | 
|  | 
| void | clearLayers () | 
|  | 
| void | computeDistanceField (cv::Mat &_mDst, cv::Mat &_mSrc, const double &_radius, bool _flipDistance=false) const | 
|  | 
| void | computeDistanceField (cv::Mat &_mDst, std::vector< Point2D > &_pSrc, const double &_radius, bool _flipDistance=false, bool connectPoints=false) const | 
|  | 
| double | getVal (const size_t &_layer, const tuw::Point2D &_worldPos, Interpolation interpolationType=BILINEAR) const | 
|  | 
| void | initLayers (int width_pixel, int height_pixel, double min_x, double max_x, double min_y, double max_y, double rotation=0) | 
|  | 
|  | LayeredMaps () | 
|  | 
|  | LayeredMaps (const LayeredMaps &)=default | 
|  | 
|  | LayeredMaps (LayeredMaps &&)=default | 
|  | 
| cv::Mat & | mapLayer (const size_t &_layer) | 
|  | 
| const cv::Mat & | mapLayer (const size_t &_layer) const | 
|  | 
| LayeredMaps & | operator= (const LayeredMaps &)=default | 
|  | 
| LayeredMaps & | operator= (LayeredMaps &&)=default | 
|  | 
| void | resizeLayers (const size_t &_n) | 
|  | 
| size_t | sizeLayers () const | 
|  | 
| virtual | ~LayeredMaps ()=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 76 of file layered_maps.h.