MRPT
2.0.1
|
The structure used to store the set of Voronoi diagram critical points.
Definition at line 1100 of file COccupancyGridMap2D.h.
#include <mrpt/maps/COccupancyGridMap2D.h>
Public Member Functions | |
TCriticalPointsList () | |
Public Attributes | |
std::vector< int > | x |
The coordinates of critical point. More... | |
std::vector< int > | y |
std::vector< int > | clearance |
The clearance of critical points, in 1/100 of cells. More... | |
std::vector< int > | x_basis1 |
Their two first basis points coordinates. More... | |
std::vector< int > | y_basis1 |
std::vector< int > | x_basis2 |
std::vector< int > | y_basis2 |
|
inline |
Definition at line 1102 of file COccupancyGridMap2D.h.
std::vector<int> mrpt::maps::COccupancyGridMap2D::TCriticalPointsList::clearance |
The clearance of critical points, in 1/100 of cells.
Definition at line 1116 of file COccupancyGridMap2D.h.
std::vector<int> mrpt::maps::COccupancyGridMap2D::TCriticalPointsList::x |
The coordinates of critical point.
Definition at line 1114 of file COccupancyGridMap2D.h.
std::vector<int> mrpt::maps::COccupancyGridMap2D::TCriticalPointsList::x_basis1 |
Their two first basis points coordinates.
Definition at line 1118 of file COccupancyGridMap2D.h.
std::vector<int> mrpt::maps::COccupancyGridMap2D::TCriticalPointsList::x_basis2 |
Definition at line 1118 of file COccupancyGridMap2D.h.
std::vector<int> mrpt::maps::COccupancyGridMap2D::TCriticalPointsList::y |
Definition at line 1114 of file COccupancyGridMap2D.h.
std::vector<int> mrpt::maps::COccupancyGridMap2D::TCriticalPointsList::y_basis1 |
Definition at line 1118 of file COccupancyGridMap2D.h.
std::vector<int> mrpt::maps::COccupancyGridMap2D::TCriticalPointsList::y_basis2 |
Definition at line 1118 of file COccupancyGridMap2D.h.
Page generated by Doxygen 1.8.14 for MRPT 2.0.1 Git: 0fef1a6d7 Fri Apr 3 23:00:21 2020 +0200 at vie abr 3 23:20:28 CEST 2020 |