The structure used to store the set of Voronoi diagram critical points.
#include <mrpt/slam/COccupancyGridMap2D.h>
Public Member Functions | |
| TCriticalPointsList () | |
Public Attributes | |
| std::vector< int > | x |
| The coordinates of critical point. | |
| std::vector< int > | y |
| std::vector< int > | clearance |
| The clearance of critical points, in 1/100 of cells. | |
| std::vector< int > | x_basis1 |
| Their two first basis points coordinates. | |
| std::vector< int > | y_basis1 |
| std::vector< int > | x_basis2 |
| std::vector< int > | y_basis2 |
| mrpt::slam::COccupancyGridMap2D::TCriticalPointsList::TCriticalPointsList | ( | ) | [inline] |
Definition at line 1044 of file COccupancyGridMap2D.h.
The clearance of critical points, in 1/100 of cells.
Definition at line 1052 of file COccupancyGridMap2D.h.
The coordinates of critical point.
Definition at line 1049 of file COccupancyGridMap2D.h.
Their two first basis points coordinates.
Definition at line 1055 of file COccupancyGridMap2D.h.
Definition at line 1055 of file COccupancyGridMap2D.h.
Definition at line 1049 of file COccupancyGridMap2D.h.
Definition at line 1055 of file COccupancyGridMap2D.h.
Definition at line 1055 of file COccupancyGridMap2D.h.
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |