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 112 of file KdTree.h.

Member Typedef Documentation

◆ BaseType

typedef DataStrategyT::template StrategyBase< BaseT > BaseType

Definition at line 117 of file KdTree.h.

◆ CellType

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

Definition at line 116 of file KdTree.h.

◆ DereferencedType

typedef BaseType::DereferencedType DereferencedType

Definition at line 118 of file KdTree.h.

Member Function Documentation

◆ EnterGlobalBuildInformation()

void EnterGlobalBuildInformation ( const CellType cell,
BuildInformationT *  bi 
)
inline

Definition at line 127 of file KdTree.h.

◆ LeaveGlobalBuildInformation()

void LeaveGlobalBuildInformation ( const CellType cell,
const BuildInformationT &  bi 
)
inline

Definition at line 132 of file KdTree.h.

◆ ShouldSubdivide()

bool ShouldSubdivide ( const CellType cell,
BuildInformationT &  bi 
)
inline

Definition at line 121 of file KdTree.h.

◆ UpdateCellWithBack()

void UpdateCellWithBack ( const TraversalInformationT &  ,
CellType  
)
inline

Definition at line 137 of file KdTree.h.


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