ScoreAACubeTreeStrategy< DimT, InheritedStrategyT >::StrategyBase< BaseT > Class Template Reference

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

+ Inheritance diagram for ScoreAACubeTreeStrategy< DimT, InheritedStrategyT >::StrategyBase< BaseT >:

Public Types

typedef InheritedStrategyT::template StrategyBase< BaseT > BaseType
 
typedef BaseType::CellType CellType
 
typedef GfxTL::ScalarTypeDeferer< value_type >::ScalarType ScalarType
 

Public Member Functions

template<class ShapeT, class ScoreT>
void Score (const ShapeT &shape, ScoreT *score) const
 

Protected Member Functions

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)
 

Detailed Description

template<unsigned int DimT, class InheritedStrategyT>
template<class BaseT>
class ScoreAACubeTreeStrategy< DimT, InheritedStrategyT >::StrategyBase< BaseT >

Definition at line 40 of file ScoreAACubeTreeStrategy.h.

Member Typedef Documentation

◆ BaseType

template<unsigned int DimT, class InheritedStrategyT>
template<class BaseT>
typedef InheritedStrategyT::template StrategyBase<BaseT> BaseType

Definition at line 43 of file ScoreAACubeTreeStrategy.h.

◆ CellType

template<unsigned int DimT, class InheritedStrategyT>
template<class BaseT>
typedef BaseType::CellType CellType

Definition at line 44 of file ScoreAACubeTreeStrategy.h.

◆ ScalarType

template<unsigned int DimT, class InheritedStrategyT>
template<class BaseT>
typedef GfxTL::ScalarTypeDeferer<value_type>::ScalarType ScalarType

Definition at line 45 of file ScoreAACubeTreeStrategy.h.

Member Function Documentation

◆ InitCell()

template<unsigned int DimT, 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 71 of file ScoreAACubeTreeStrategy.h.

◆ InitRoot()

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

Definition at line 63 of file ScoreAACubeTreeStrategy.h.

◆ Score()

template<unsigned int DimT, class InheritedStrategyT>
template<class BaseT>
template<class ShapeT, class ScoreT>
void Score ( const ShapeT & shape,
ScoreT * score ) const
inline

Definition at line 49 of file ScoreAACubeTreeStrategy.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

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