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()

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

Definition at line 203 of file Grid.h.

Member Function Documentation

◆ operator[]()

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

Definition at line 210 of file Grid.h.


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