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

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

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

Public Types

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

Public Member Functions

unsigned int & MaxBucketSize ()
 
const unsigned int MaxBucketSize () const
 
unsigned int & MaxSubdivisionLevel ()
 
const unsigned int MaxSubdivisionLevel () const
 
 StrategyBase ()
 

Protected Member Functions

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

Detailed Description

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

Definition at line 16 of file BucketSizeMaxLevelSubdivisionTreeStrategy.h.

Member Typedef Documentation

◆ BaseType

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

Definition at line 19 of file BucketSizeMaxLevelSubdivisionTreeStrategy.h.

◆ CellType

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

Definition at line 20 of file BucketSizeMaxLevelSubdivisionTreeStrategy.h.

Constructor & Destructor Documentation

◆ StrategyBase()

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

Definition at line 22 of file BucketSizeMaxLevelSubdivisionTreeStrategy.h.

Member Function Documentation

◆ MaxBucketSize() [1/2]

template<class InheritedStrategyT>
template<class BaseT>
unsigned int & MaxBucketSize ( )
inline

Definition at line 27 of file BucketSizeMaxLevelSubdivisionTreeStrategy.h.

◆ MaxBucketSize() [2/2]

template<class InheritedStrategyT>
template<class BaseT>
const unsigned int MaxBucketSize ( ) const
inline

Definition at line 33 of file BucketSizeMaxLevelSubdivisionTreeStrategy.h.

◆ MaxSubdivisionLevel() [1/2]

template<class InheritedStrategyT>
template<class BaseT>
unsigned int & MaxSubdivisionLevel ( )
inline

Definition at line 39 of file BucketSizeMaxLevelSubdivisionTreeStrategy.h.

◆ MaxSubdivisionLevel() [2/2]

template<class InheritedStrategyT>
template<class BaseT>
const unsigned int MaxSubdivisionLevel ( ) const
inline

Definition at line 45 of file BucketSizeMaxLevelSubdivisionTreeStrategy.h.

◆ ShouldSubdivide()

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

Definition at line 53 of file BucketSizeMaxLevelSubdivisionTreeStrategy.h.


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