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

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

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

Classes

class  TraversalInformation
 

Public Types

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

Protected Member Functions

template<class BuildInformationT>
bool AlternateSplit (const BuildInformationT &bi, CellType *cell)
 
template<class TraversalInformationT>
TraversalInformationT::DistScalarType CellSqrDistance (const CellType &cell, const TraversalInformationT &ti) const
 
template<class BuildInformationT>
void ComputeSplit (const BuildInformationT &bi, CellType *cell)
 
template<class TraversalInformationT>
void InitRootTraversalInformation (const CellType &root, TraversalInformationT *ti) const
 
template<class TraversalInformationT>
void InitTraversalInformation (const CellType &parent, const TraversalInformationT &pTi, unsigned int childIdx, TraversalInformationT *ti) const
 

Detailed Description

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

Definition at line 35 of file IncrementalDistanceKdTreeStrategy.h.

Member Typedef Documentation

◆ BaseType

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

Definition at line 38 of file IncrementalDistanceKdTreeStrategy.h.

◆ CellType

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

Definition at line 39 of file IncrementalDistanceKdTreeStrategy.h.

◆ DiffScalarType

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

Definition at line 42 of file IncrementalDistanceKdTreeStrategy.h.

◆ ScalarType

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

Definition at line 40 of file IncrementalDistanceKdTreeStrategy.h.

Member Function Documentation

◆ AlternateSplit()

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

Definition at line 56 of file IncrementalDistanceKdTreeStrategy.h.

◆ CellSqrDistance()

template<class InheritedStrategyT>
template<class BaseT>
template<class TraversalInformationT>
TraversalInformationT::DistScalarType CellSqrDistance ( const CellType & cell,
const TraversalInformationT & ti ) const
inlineprotected

Definition at line 168 of file IncrementalDistanceKdTreeStrategy.h.

◆ ComputeSplit()

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

Definition at line 47 of file IncrementalDistanceKdTreeStrategy.h.

◆ InitRootTraversalInformation()

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

Definition at line 95 of file IncrementalDistanceKdTreeStrategy.h.

◆ InitTraversalInformation()

template<class InheritedStrategyT>
template<class BaseT>
template<class TraversalInformationT>
void InitTraversalInformation ( const CellType & parent,
const TraversalInformationT & pTi,
unsigned int childIdx,
TraversalInformationT * ti ) const
inlineprotected

Definition at line 104 of file IncrementalDistanceKdTreeStrategy.h.


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