|
|
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 |
Definition at line 35 of file IncrementalDistanceKdTreeStrategy.h.
| typedef InheritedStrategyT::template StrategyBase<BaseT> BaseType |
Definition at line 38 of file IncrementalDistanceKdTreeStrategy.h.
| typedef BaseType::CellType CellType |
Definition at line 39 of file IncrementalDistanceKdTreeStrategy.h.
| typedef ScalarTypeConversion<ScalarType, ScalarType>::DifferenceType DiffScalarType |
Definition at line 42 of file IncrementalDistanceKdTreeStrategy.h.
| typedef ScalarTypeDeferer<value_type>::ScalarType ScalarType |
Definition at line 40 of file IncrementalDistanceKdTreeStrategy.h.
|
inlineprotected |
Definition at line 56 of file IncrementalDistanceKdTreeStrategy.h.
|
inlineprotected |
Definition at line 168 of file IncrementalDistanceKdTreeStrategy.h.
|
inlineprotected |
Definition at line 47 of file IncrementalDistanceKdTreeStrategy.h.
|
inlineprotected |
Definition at line 95 of file IncrementalDistanceKdTreeStrategy.h.
|
inlineprotected |
Definition at line 104 of file IncrementalDistanceKdTreeStrategy.h.