BaseKdTreeStrategy< DataStrategyT >::StrategyBase< BaseT > Struct Template Reference

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

+ Inheritance diagram for BaseKdTreeStrategy< DataStrategyT >::StrategyBase< BaseT >:

Classes

class  TraversalInformationBase
 

Public Types

typedef DataStrategyT::template StrategyBase< BaseT > BaseType
 
typedef DataStrategyT::template StrategyBase< BaseT >::CellType CellType
 
typedef BaseType::DereferencedType DereferencedType
 

Public Member Functions

template<class BuildInformationT>
void EnterGlobalBuildInformation (const CellType &cell, BuildInformationT *bi)
 
template<class BuildInformationT>
void LeaveGlobalBuildInformation (const CellType &cell, const BuildInformationT &bi)
 
template<class BuildInformationT>
bool ShouldSubdivide (const CellType &cell, BuildInformationT &bi)
 
template<class TraversalInformationT>
void UpdateCellWithBack (const TraversalInformationT &, CellType *)
 

Detailed Description

template<class DataStrategyT>
template<class BaseT>
struct GfxTL::BaseKdTreeStrategy< DataStrategyT >::StrategyBase< BaseT >

Definition at line 124 of file KdTree.h.

Member Typedef Documentation

◆ BaseType

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

Definition at line 127 of file KdTree.h.

◆ CellType

template<class DataStrategyT>
template<class BaseT>
typedef DataStrategyT::template StrategyBase<BaseT>::CellType CellType

Definition at line 126 of file KdTree.h.

◆ DereferencedType

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

Definition at line 128 of file KdTree.h.

Member Function Documentation

◆ EnterGlobalBuildInformation()

template<class DataStrategyT>
template<class BaseT>
template<class BuildInformationT>
void EnterGlobalBuildInformation ( const CellType & cell,
BuildInformationT * bi )
inline

Definition at line 139 of file KdTree.h.

◆ LeaveGlobalBuildInformation()

template<class DataStrategyT>
template<class BaseT>
template<class BuildInformationT>
void LeaveGlobalBuildInformation ( const CellType & cell,
const BuildInformationT & bi )
inline

Definition at line 145 of file KdTree.h.

◆ ShouldSubdivide()

template<class DataStrategyT>
template<class BaseT>
template<class BuildInformationT>
bool ShouldSubdivide ( const CellType & cell,
BuildInformationT & bi )
inline

Definition at line 132 of file KdTree.h.

◆ UpdateCellWithBack()

template<class DataStrategyT>
template<class BaseT>
template<class TraversalInformationT>
void UpdateCellWithBack ( const TraversalInformationT & ,
CellType *  )
inline

Definition at line 151 of file KdTree.h.


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