ArrayGrid< CellT, DimT > Class Template Reference

#include <VisionX/components/pointcloud_processor/EfficientRANSACPrimitiveExtractor/EfficientRANSAC/Grid.h>

+ Inheritance diagram for ArrayGrid< CellT, DimT >:

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
 

Detailed Description

template<class CellT, unsigned int DimT>
class ArrayGrid< CellT, DimT >

Definition at line 146 of file Grid.h.

Constructor & Destructor Documentation

◆ ArrayGrid() [1/3]

ArrayGrid ( )
inline

Definition at line 150 of file Grid.h.

◆ ArrayGrid() [2/3]

ArrayGrid ( const MiscLib::Vector< unsigned int > &  extent)
inline

Definition at line 158 of file Grid.h.

+ Here is the call graph for this function:

◆ ArrayGrid() [3/3]

ArrayGrid ( const unsigned int *  extent)
inline

Definition at line 163 of file Grid.h.

+ Here is the call graph for this function:

Member Function Documentation

◆ Clear()

void Clear ( )
inline

Definition at line 168 of file Grid.h.

+ Here is the caller graph for this function:

◆ Extent()

void Extent ( const unsigned int *  extent)
inline

Definition at line 174 of file Grid.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ operator[]() [1/2]

ArrayGridAccessor< CellT, DimT - 1 > operator[] ( unsigned int  i)
inline

Definition at line 183 of file Grid.h.

◆ operator[]() [2/2]

const ConstArrayGridAccessor< CellT, DimT - 1 > operator[] ( unsigned int  i) const
inline

Definition at line 188 of file Grid.h.


The documentation for this class was generated from the following file: