ConstHashGridAccessor< CellT, 0 > Class Template Reference

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

Public Member Functions

 ConstHashGridAccessor (const size_t *, size_t hashKey, const stdext::hash_map< size_t, CellT > &hash)
 
 ConstHashGridAccessor (const size_t *factors, size_t hashKey, const stdext::hash_map< size_t, CellT > &hash)
 
 operator const CellT * ()
 
ConstHashGridAccessor< CellT, DimT - 1 > operator[] (size_t i)
 

Detailed Description

template<class CellT>
class ConstHashGridAccessor< CellT, 0 >

Definition at line 283 of file Grid.h.

Constructor & Destructor Documentation

◆ ConstHashGridAccessor() [1/2]

template<class CellT>
ConstHashGridAccessor ( const size_t * ,
size_t hashKey,
const stdext::hash_map< size_t, CellT > & hash )
inline

Definition at line 286 of file Grid.h.

◆ ConstHashGridAccessor() [2/2]

ConstHashGridAccessor ( const size_t * factors,
size_t hashKey,
const stdext::hash_map< size_t, CellT > & hash )
inline

Definition at line 262 of file Grid.h.

Member Function Documentation

◆ operator const CellT *()

template<class CellT>
operator const CellT * ( )
inline

Definition at line 293 of file Grid.h.

◆ operator[]()

ConstHashGridAccessor< CellT, DimT - 1 > operator[] ( size_t i)
inline

Definition at line 270 of file Grid.h.


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