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

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

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

Public Types

typedef InheritedStrategyT::template StrategyBase< BaseT > BaseType
 
typedef BaseType::CellType CellType
 
typedef BaseType::DereferencedType DereferencedType
 
typedef ScalarTypeConversion< ScalarType, ScalarType >::DifferenceType DiffScalarType
 
typedef ScalarTypeDeferer< value_type >::ScalarType ScalarType
 

Public Member Functions

 StrategyBase ()
 
 ~StrategyBase ()
 

Protected Member Functions

template<class TraversalInformationT>
BaseType::template DistanceType< ScalarType, typenameScalarTypeDeferer< typenameTraversalInformationT::GlobalType::PointType >::ScalarType >::Type CellSqrDistance (const CellType &cell, const TraversalInformationT &ti) const
 
template<class BuildInformationT>
void InitCell (const CellType &parent, const BuildInformationT &parentInfo, unsigned int childIdx, const BuildInformationT &bi, CellType *cell)
 
template<class BuildInformationT>
void InitRoot (const BuildInformationT &bi, CellType *cell)
 
template<class TraversalInformationT>
void UpdateCellWithBack (const TraversalInformationT &ti, CellType *cell)
 

Detailed Description

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

Definition at line 49 of file BBoxDistanceKdTreeStrategy.h.

Member Typedef Documentation

◆ BaseType

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

Definition at line 52 of file BBoxDistanceKdTreeStrategy.h.

◆ CellType

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

Definition at line 53 of file BBoxDistanceKdTreeStrategy.h.

◆ DereferencedType

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

Definition at line 55 of file BBoxDistanceKdTreeStrategy.h.

◆ DiffScalarType

template<class InheritedStrategyT>
template<class BaseT>
typedef ScalarTypeConversion<ScalarType,ScalarType>::DifferenceType DiffScalarType

Definition at line 57 of file BBoxDistanceKdTreeStrategy.h.

◆ ScalarType

template<class InheritedStrategyT>
template<class BaseT>
typedef ScalarTypeDeferer<value_type>::ScalarType ScalarType

Definition at line 54 of file BBoxDistanceKdTreeStrategy.h.

Constructor & Destructor Documentation

◆ StrategyBase()

template<class InheritedStrategyT>
template<class BaseT>
StrategyBase ( )
inline

Definition at line 59 of file BBoxDistanceKdTreeStrategy.h.

◆ ~StrategyBase()

template<class InheritedStrategyT>
template<class BaseT>
~StrategyBase ( )
inline

Definition at line 63 of file BBoxDistanceKdTreeStrategy.h.

Member Function Documentation

◆ CellSqrDistance()

template<class InheritedStrategyT>
template<class BaseT>
template<class TraversalInformationT>
BaseType::template DistanceType< ScalarType, typenameScalarTypeDeferer< typenameTraversalInformationT::GlobalType::PointType >::ScalarType >::Type CellSqrDistance ( const CellType & cell,
const TraversalInformationT & ti ) const
inlineprotected

Definition at line 107 of file BBoxDistanceKdTreeStrategy.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 81 of file BBoxDistanceKdTreeStrategy.h.

◆ InitRoot()

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

Definition at line 70 of file BBoxDistanceKdTreeStrategy.h.

◆ UpdateCellWithBack()

template<class InheritedStrategyT>
template<class BaseT>
template<class TraversalInformationT>
void UpdateCellWithBack ( const TraversalInformationT & ti,
CellType * cell )
inlineprotected

Definition at line 96 of file BBoxDistanceKdTreeStrategy.h.


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