Jafar
|
Definition at line 202 of file 3dOccupancyGrid.hpp.
Public Types | |
typedef std::map< VoxelIndex, double, jafar::geom::VoxelIndexLess > | OGType |
Public Member Functions | |
SparseOG (DenseOG const &denseOG, double threshold) | |
double | sizeVoxel () const |
Box< int > const & | box () const |
OGType const & | og () const |
Private Attributes | |
double | m_sizeVoxel |
Box< int > | m_box |
OGType | m_og |
Generated on Wed Oct 15 2014 00:37:36 for Jafar by doxygen 1.7.6.1 |