, including all inherited members.
| construct(Iter beginIter, Iter endIter, size_t vectorSize, size_t level) (defined in dlr::computerVision::KDTree< Dimension, Type >) | dlr::computerVision::KDTree< Dimension, Type > | [inline, protected] |
| find(Type const &point) const | dlr::computerVision::KDTree< Dimension, Type > | [inline] |
| findNearest(Type const &point, double &distance) const | dlr::computerVision::KDTree< Dimension, Type > | [inline] |
| findNearestIterative(Type const &point, Type const *&bestPointPtr, double &bestDistance) const (defined in dlr::computerVision::KDTree< Dimension, Type >) | dlr::computerVision::KDTree< Dimension, Type > | [inline, protected] |
| findNearestRecursive(Type const &point, Type const *&bestPointPtr, double &bestDistance) const (defined in dlr::computerVision::KDTree< Dimension, Type >) | dlr::computerVision::KDTree< Dimension, Type > | [inline, protected] |
| KDTree() | dlr::computerVision::KDTree< Dimension, Type > | [inline] |
| KDTree(Iter beginIter, Iter endIter) | dlr::computerVision::KDTree< Dimension, Type > | [inline] |
| KDTree(Iter beginIter, Iter endIter, size_t vectorSize, size_t level) (defined in dlr::computerVision::KDTree< Dimension, Type >) | dlr::computerVision::KDTree< Dimension, Type > | [inline, protected] |
| m_comparator (defined in dlr::computerVision::KDTree< Dimension, Type >) | dlr::computerVision::KDTree< Dimension, Type > | [protected] |
| m_leftChild (defined in dlr::computerVision::KDTree< Dimension, Type >) | dlr::computerVision::KDTree< Dimension, Type > | [protected] |
| m_point (defined in dlr::computerVision::KDTree< Dimension, Type >) | dlr::computerVision::KDTree< Dimension, Type > | [protected] |
| m_rightChild (defined in dlr::computerVision::KDTree< Dimension, Type >) | dlr::computerVision::KDTree< Dimension, Type > | [protected] |
| ~KDTree() | dlr::computerVision::KDTree< Dimension, Type > | [inline, virtual] |