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

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

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

Classes

class  BuildInformation
 

Public Types

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

Public Member Functions

CellType *const CellParent (CellType &c)
 
const CellType *const CellParent (const CellType &c) const
 

Protected Member Functions

template<class BuildInformationT>
void InitBuildInformation (const CellType &parent, const BuildInformationT &parentInfo, unsigned int childIdx, BuildInformationT *bi)
 
template<class BuildInformationT>
void InitCell (const CellType &parent, const BuildInformationT &parentInfo, unsigned int childIdx, const BuildInformationT &bi, CellType *cell)
 
template<class BuildInformationT>
void InitRootBuildInformation (BuildInformationT *bi)
 

Detailed Description

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

Definition at line 27 of file CellParentTreeStrategy.h.

Member Typedef Documentation

◆ BaseType

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

Definition at line 30 of file CellParentTreeStrategy.h.

◆ CellType

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

Definition at line 31 of file CellParentTreeStrategy.h.

Member Function Documentation

◆ CellParent() [1/2]

template<class InheritedStrategyT>
template<class BaseT>
CellType *const CellParent ( CellType & c)
inline

Definition at line 40 of file CellParentTreeStrategy.h.

◆ CellParent() [2/2]

template<class InheritedStrategyT>
template<class BaseT>
const CellType *const CellParent ( const CellType & c) const
inline

Definition at line 34 of file CellParentTreeStrategy.h.

◆ InitBuildInformation()

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

Definition at line 75 of file CellParentTreeStrategy.h.

◆ InitCell()

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

Definition at line 86 of file CellParentTreeStrategy.h.

◆ InitRootBuildInformation()

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

Definition at line 67 of file CellParentTreeStrategy.h.


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