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, typename ScalarTypeDeferer< typename TraversalInformationT::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 46 of file BBoxDistanceKdTreeStrategy.h.

Member Typedef Documentation

◆ BaseType

typedef InheritedStrategyT::template StrategyBase< BaseT > BaseType

Definition at line 51 of file BBoxDistanceKdTreeStrategy.h.

◆ CellType

typedef BaseType::CellType CellType

Definition at line 52 of file BBoxDistanceKdTreeStrategy.h.

◆ DereferencedType

typedef BaseType::DereferencedType DereferencedType

Definition at line 55 of file BBoxDistanceKdTreeStrategy.h.

◆ DiffScalarType

Definition at line 57 of file BBoxDistanceKdTreeStrategy.h.

◆ ScalarType

Constructor & Destructor Documentation

◆ StrategyBase()

StrategyBase ( )
inline

Definition at line 59 of file BBoxDistanceKdTreeStrategy.h.

◆ ~StrategyBase()

~StrategyBase ( )
inline

Definition at line 62 of file BBoxDistanceKdTreeStrategy.h.

Member Function Documentation

◆ CellSqrDistance()

BaseType::template DistanceType< ScalarType, typename ScalarTypeDeferer < typename TraversalInformationT::GlobalType::PointType >::ScalarType >::Type CellSqrDistance ( const CellType cell,
const TraversalInformationT &  ti 
) const
inlineprotected

Definition at line 104 of file BBoxDistanceKdTreeStrategy.h.

◆ InitCell()

void InitCell ( const CellType parent,
const BuildInformationT &  parentInfo,
unsigned int  childIdx,
const BuildInformationT &  bi,
CellType cell 
)
inlineprotected

Definition at line 77 of file BBoxDistanceKdTreeStrategy.h.

◆ InitRoot()

void InitRoot ( const BuildInformationT &  bi,
CellType cell 
)
inlineprotected

Definition at line 67 of file BBoxDistanceKdTreeStrategy.h.

◆ UpdateCellWithBack()

void UpdateCellWithBack ( const TraversalInformationT &  ti,
CellType cell 
)
inlineprotected

Definition at line 89 of file BBoxDistanceKdTreeStrategy.h.


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