|
|
Inheritance diagram for BBoxDistanceKdTreeStrategy< InheritedStrategyT >::StrategyBase< BaseT >:Public Types | |
| typedef InheritedStrategyT::template StrategyBase< BaseT > | BaseType |
| typedef BaseType::CellType | CellType |
| typedef BaseType::DereferencedType | DereferencedType |
| typedef ScalarTypeConversion< ScalarType, ScalarType >::DifferenceType | DiffScalarType |
| typedef ScalarTypeDeferer< value_type >::ScalarType | ScalarType |
Public Member Functions | |
| StrategyBase () | |
| ~StrategyBase () | |
Protected Member Functions | |
| template<class TraversalInformationT > | |
| BaseType::template DistanceType< ScalarType, typename ScalarTypeDeferer< typename TraversalInformationT::GlobalType::PointType >::ScalarType >::Type | CellSqrDistance (const CellType &cell, const TraversalInformationT &ti) const |
| template<class BuildInformationT > | |
| void | InitCell (const CellType &parent, const BuildInformationT &parentInfo, unsigned int childIdx, const BuildInformationT &bi, CellType *cell) |
| template<class BuildInformationT > | |
| void | InitRoot (const BuildInformationT &bi, CellType *cell) |
| template<class TraversalInformationT > | |
| void | UpdateCellWithBack (const TraversalInformationT &ti, CellType *cell) |
Definition at line 49 of file BBoxDistanceKdTreeStrategy.h.
| typedef InheritedStrategyT::template StrategyBase<BaseT> BaseType |
Definition at line 52 of file BBoxDistanceKdTreeStrategy.h.
| typedef BaseType::CellType CellType |
Definition at line 53 of file BBoxDistanceKdTreeStrategy.h.
| typedef BaseType::DereferencedType DereferencedType |
Definition at line 55 of file BBoxDistanceKdTreeStrategy.h.
| typedef ScalarTypeConversion<ScalarType, ScalarType>::DifferenceType DiffScalarType |
Definition at line 57 of file BBoxDistanceKdTreeStrategy.h.
| typedef ScalarTypeDeferer<value_type>::ScalarType ScalarType |
Definition at line 54 of file BBoxDistanceKdTreeStrategy.h.
|
inline |
Definition at line 59 of file BBoxDistanceKdTreeStrategy.h.
|
inline |
Definition at line 63 of file BBoxDistanceKdTreeStrategy.h.
|
inlineprotected |
Definition at line 107 of file BBoxDistanceKdTreeStrategy.h.
|
inlineprotected |
Definition at line 81 of file BBoxDistanceKdTreeStrategy.h.
|
inlineprotected |
Definition at line 70 of file BBoxDistanceKdTreeStrategy.h.
|
inlineprotected |
Definition at line 96 of file BBoxDistanceKdTreeStrategy.h.