ArrayGridAccessor< CellT, 0 > Class Template Reference

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

Public Member Functions

 ArrayGridAccessor (unsigned int *, CellT &cell)
 
 ArrayGridAccessor (unsigned int *extent, ArrayGridKernel< CellT, DimT - 1 > *&array)
 
 operator CellT & ()
 
CellT & operator= (const CellT &c)
 
ArrayGridAccessor< CellT, DimT - 1 > operator[] (unsigned int i)
 

Detailed Description

template<class CellT>
class ArrayGridAccessor< CellT, 0 >

Definition at line 87 of file Grid.h.

Constructor & Destructor Documentation

◆ ArrayGridAccessor() [1/2]

template<class CellT>
ArrayGridAccessor ( unsigned int * ,
CellT & cell )
inline

Definition at line 90 of file Grid.h.

◆ ArrayGridAccessor() [2/2]

ArrayGridAccessor ( unsigned int * extent,
ArrayGridKernel< CellT, DimT - 1 > *& array )
inline

Definition at line 66 of file Grid.h.

Member Function Documentation

◆ operator CellT &()

template<class CellT>
operator CellT & ( )
inline

Definition at line 100 of file Grid.h.

◆ operator=()

template<class CellT>
CellT & operator= ( const CellT & c)
inline

Definition at line 95 of file Grid.h.

◆ operator[]()

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

Definition at line 72 of file Grid.h.


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