ArrayGridKernel< CellT, DimT > Class Template Reference

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

+ Inheritance diagram for ArrayGridKernel< CellT, DimT >:

Public Member Functions

 ArrayGridKernel ()
 
 ArrayGridKernel (ArrayGridKernel< CellT, DimT - 1 > *array)
 
ArrayGridKernel< CellT, DimT - 1 > *& Data ()
 
 ~ArrayGridKernel ()
 

Protected Attributes

ArrayGridKernel< CellT, DimT - 1 > * m_array
 

Detailed Description

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

Definition at line 12 of file Grid.h.

Constructor & Destructor Documentation

◆ ArrayGridKernel() [1/2]

ArrayGridKernel ( )
inline

Definition at line 15 of file Grid.h.

◆ ArrayGridKernel() [2/2]

ArrayGridKernel ( ArrayGridKernel< CellT, DimT - 1 > *  array)
inline

Definition at line 19 of file Grid.h.

◆ ~ArrayGridKernel()

~ArrayGridKernel ( )
inline

Definition at line 23 of file Grid.h.

Member Function Documentation

◆ Data()

ArrayGridKernel< CellT, DimT - 1 >*& Data ( )
inline

Definition at line 28 of file Grid.h.

+ Here is the caller graph for this function:

Member Data Documentation

◆ m_array

ArrayGridKernel< CellT, DimT - 1 >* m_array
protected

Definition at line 34 of file Grid.h.


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