|
#include <VisionX/components/pointcloud_processor/EfficientRANSACPrimitiveExtractor/EfficientRANSAC/Grid.h>
Public Member Functions | |
ArrayGrid () | |
ArrayGrid (const MiscLib::Vector< unsigned int > &extent) | |
ArrayGrid (const unsigned int *extent) | |
void | Clear () |
void | Extent (const unsigned int *extent) |
ArrayGridAccessor< CellT, DimT - 1 > | operator[] (unsigned int i) |
const ConstArrayGridAccessor< CellT, DimT - 1 > | operator[] (unsigned int i) const |
Additional Inherited Members | |
Protected Member Functions inherited from ArrayGridKernel< CellT, DimT > | |
ArrayGridKernel () | |
ArrayGridKernel (ArrayGridKernel< CellT, DimT - 1 > *array) | |
ArrayGridKernel< CellT, DimT - 1 > *& | Data () |
~ArrayGridKernel () | |
Protected Attributes inherited from ArrayGridKernel< CellT, DimT > | |
ArrayGridKernel< CellT, DimT - 1 > * | m_array |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |