NullStrategy::StrategyBase< Base > Class Template Reference

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

+ Inheritance diagram for NullStrategy::StrategyBase< Base >:

Public Types

typedef Base::CellType CellType
 

Public Member Functions

template<class ParamT>
void Parameters (const ParamT &)
 
template<class BoundingVolume>
bool RefreshCell (const BoundingVolume &bv, CellType *cell)
 
void StartPointInfoCache ()
 
void StopPointInfoCache ()
 

Protected Member Functions

void InitCellData (CellType *)
 
void InitLevelDependentCellData (CellType *)
 
bool ShouldSubdivide (const CellType &cell) const
 

Detailed Description

template<class Base>
class GfxTL::NullStrategy::StrategyBase< Base >

Definition at line 16 of file NullStrategy.h.

Member Typedef Documentation

◆ CellType

template<class Base>
typedef Base::CellType CellType

Definition at line 19 of file NullStrategy.h.

Member Function Documentation

◆ InitCellData()

template<class Base>
void InitCellData ( CellType * )
protected

Definition at line 25 of file NullStrategy.hpp.

◆ InitLevelDependentCellData()

template<class Base>
void InitLevelDependentCellData ( CellType * )
protected

Definition at line 31 of file NullStrategy.hpp.

◆ Parameters()

template<class Base>
template<class ParamT>
void Parameters ( const ParamT & )
inline

Definition at line 48 of file NullStrategy.h.

◆ RefreshCell()

template<class Base>
template<class BoundingVolume>
bool RefreshCell ( const BoundingVolume & bv,
CellType * cell )
inline

Definition at line 40 of file NullStrategy.h.

◆ ShouldSubdivide()

template<class Base>
bool ShouldSubdivide ( const CellType & cell) const
protected

Definition at line 18 of file NullStrategy.hpp.

◆ StartPointInfoCache()

template<class Base>
void StartPointInfoCache ( )

Definition at line 6 of file NullStrategy.hpp.

◆ StopPointInfoCache()

template<class Base>
void StopPointInfoCache ( )

Definition at line 12 of file NullStrategy.hpp.


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