HashGridAccessor< CellT, DimT > Class Template Reference

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

Public Member Functions

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

Detailed Description

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

Definition at line 200 of file Grid.h.

Constructor & Destructor Documentation

◆ HashGridAccessor()

template<class CellT, unsigned int DimT>
HashGridAccessor ( const size_t * factors,
size_t hashKey,
stdext::hash_map< size_t, CellT > & hash )
inline

Definition at line 203 of file Grid.h.

+ Here is the caller graph for this function:

Member Function Documentation

◆ operator[]()

template<class CellT, unsigned int DimT>
HashGridAccessor< CellT, DimT - 1 > operator[] ( size_t i)
inline

Definition at line 209 of file Grid.h.

+ Here is the call graph for this function:

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