|
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 46 of file BBoxDistanceKdTreeStrategy.h.
typedef InheritedStrategyT::template StrategyBase< BaseT > BaseType |
Definition at line 51 of file BBoxDistanceKdTreeStrategy.h.
typedef BaseType::CellType CellType |
Definition at line 52 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 62 of file BBoxDistanceKdTreeStrategy.h.
|
inlineprotected |
Definition at line 104 of file BBoxDistanceKdTreeStrategy.h.
|
inlineprotected |
Definition at line 77 of file BBoxDistanceKdTreeStrategy.h.
|
inlineprotected |
Definition at line 67 of file BBoxDistanceKdTreeStrategy.h.
|
inlineprotected |
Definition at line 89 of file BBoxDistanceKdTreeStrategy.h.