CellLevelTreeStrategy< InheritedStrategyT >::StrategyBase< BaseT > Class Template Reference

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

+ Inheritance diagram for CellLevelTreeStrategy< InheritedStrategyT >::StrategyBase< BaseT >:

Classes

class  BuildInformation
 
class  CellLevelTraversalInformation
 

Public Types

typedef InheritedStrategyT::template StrategyBase< BaseT > BaseType
 
typedef BaseType::CellType CellType
 

Protected Member Functions

template<class TraversalInformationT>
const size_t CellLevel (const CellType &cell, const TraversalInformationT &) const
 
template<class BuildInformationT>
void InitBuildInformation (const CellType &parent, const BuildInformationT &parentInfo, unsigned int childIdx, BuildInformationT *bi) const
 
template<class BuildInformationT>
void InitCell (const CellType &parent, const BuildInformationT &pbi, unsigned int child, const BuildInformationT &bi, CellType *cell)
 
template<class BuildInformationT>
void InitRoot (const BuildInformationT &bi, CellType *root)
 
template<class BuildInformationT>
void InitRootBuildInformation (BuildInformationT *bi)
 

Detailed Description

template<class InheritedStrategyT>
template<class BaseT>
class GfxTL::CellLevelTreeStrategy< InheritedStrategyT >::StrategyBase< BaseT >

Definition at line 31 of file CellLevelTreeStrategy.h.

Member Typedef Documentation

◆ BaseType

template<class InheritedStrategyT>
template<class BaseT>
typedef InheritedStrategyT::template StrategyBase<BaseT> BaseType

Definition at line 34 of file CellLevelTreeStrategy.h.

◆ CellType

template<class InheritedStrategyT>
template<class BaseT>
typedef BaseType::CellType CellType

Definition at line 35 of file CellLevelTreeStrategy.h.

Member Function Documentation

◆ CellLevel()

template<class InheritedStrategyT>
template<class BaseT>
template<class TraversalInformationT>
const size_t CellLevel ( const CellType & cell,
const TraversalInformationT &  ) const
inlineprotected

Definition at line 103 of file CellLevelTreeStrategy.h.

◆ InitBuildInformation()

template<class InheritedStrategyT>
template<class BaseT>
template<class BuildInformationT>
void InitBuildInformation ( const CellType & parent,
const BuildInformationT & parentInfo,
unsigned int childIdx,
BuildInformationT * bi ) const
inlineprotected

Definition at line 72 of file CellLevelTreeStrategy.h.

◆ InitCell()

template<class InheritedStrategyT>
template<class BaseT>
template<class BuildInformationT>
void InitCell ( const CellType & parent,
const BuildInformationT & pbi,
unsigned int child,
const BuildInformationT & bi,
CellType * cell )
inlineprotected

Definition at line 91 of file CellLevelTreeStrategy.h.

◆ InitRoot()

template<class InheritedStrategyT>
template<class BaseT>
template<class BuildInformationT>
void InitRoot ( const BuildInformationT & bi,
CellType * root )
inlineprotected

Definition at line 83 of file CellLevelTreeStrategy.h.

◆ InitRootBuildInformation()

template<class InheritedStrategyT>
template<class BaseT>
template<class BuildInformationT>
void InitRootBuildInformation ( BuildInformationT * bi)
inlineprotected

Definition at line 64 of file CellLevelTreeStrategy.h.


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