HashGridAccessor< CellT, 0 > Class Template Reference

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

Public Member Functions

 HashGridAccessor (const size_t *, size_t hashKey, stdext::hash_map< size_t, CellT > &hash)
 
 operator CellT & ()
 
CellT & operator() ()
 
CellT * operator-> ()
 
CellT & operator= (const CellT &c)
 

Detailed Description

template<class CellT>
class HashGridAccessor< CellT, 0 >

Definition at line 223 of file Grid.h.

Constructor & Destructor Documentation

◆ HashGridAccessor()

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

Definition at line 226 of file Grid.h.

Member Function Documentation

◆ operator CellT &()

operator CellT & ( )
inline

Definition at line 237 of file Grid.h.

◆ operator()()

CellT& operator() ( )
inline

Definition at line 242 of file Grid.h.

◆ operator->()

CellT* operator-> ( )
inline

Definition at line 247 of file Grid.h.

◆ operator=()

CellT& operator= ( const CellT &  c)
inline

Definition at line 232 of file Grid.h.


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