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

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

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

Public Types

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

Public Member Functions

void InitMaxBucketSize (size_t size)
 
size_t & MaxBucketSize ()
 
const size_t MaxBucketSize () 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::BucketSizeSubdivisionTreeStrategy< InheritedStrategyT >::StrategyBase< BaseT >

Definition at line 16 of file BucketSizeSubdivisionTreeStrategy.h.

Member Typedef Documentation

◆ BaseType

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

Definition at line 19 of file BucketSizeSubdivisionTreeStrategy.h.

◆ CellType

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

Definition at line 20 of file BucketSizeSubdivisionTreeStrategy.h.

Constructor & Destructor Documentation

◆ StrategyBase()

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

Definition at line 22 of file BucketSizeSubdivisionTreeStrategy.h.

Member Function Documentation

◆ InitMaxBucketSize()

template<class InheritedStrategyT>
template<class BaseT>
void InitMaxBucketSize ( size_t size)
inline

Definition at line 27 of file BucketSizeSubdivisionTreeStrategy.h.

◆ MaxBucketSize() [1/2]

template<class InheritedStrategyT>
template<class BaseT>
size_t & MaxBucketSize ( )
inline

Definition at line 33 of file BucketSizeSubdivisionTreeStrategy.h.

◆ MaxBucketSize() [2/2]

template<class InheritedStrategyT>
template<class BaseT>
const size_t MaxBucketSize ( ) const
inline

Definition at line 39 of file BucketSizeSubdivisionTreeStrategy.h.

◆ ShouldSubdivide()

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

Definition at line 47 of file BucketSizeSubdivisionTreeStrategy.h.


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