|
|
Inheritance diagram for KdTreeCell< BaseT >:Public Types | |
| enum | { NChildren = 2 } |
| typedef ScalarTypeDeferer< value_type >::ScalarType | ScalarType |
| typedef KdTreeCell< BaseT > | ThisType |
| typedef BaseT::value_type | value_type |
Public Member Functions | |
| void | Child (unsigned int i, ThisType *cell) |
| KdTreeCell () | |
| template<class VectorT > | |
| bool | operator() (const VectorT &v) const |
| ThisType & | operator[] (unsigned int i) |
| const ThisType & | operator[] (unsigned int i) const |
| unsigned int & | SplitAxis () |
| const unsigned int | SplitAxis () const |
| ScalarType & | SplitValue () |
| const ScalarType | SplitValue () const |
| ~KdTreeCell () | |
| typedef ScalarTypeDeferer<value_type>::ScalarType ScalarType |
| typedef KdTreeCell<BaseT> ThisType |
| typedef BaseT::value_type value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |