Visual Computing Library
Loading...
Searching...
No Matches
vcl::KDTree< PointType > Member List

This is the complete list of members for vcl::KDTree< PointType >, including all inherited members.

createTree(uint nodeId, uint start, uint end, uint level, bool balanced)vcl::KDTree< PointType >inlineprivate
dummyScalar (defined in vcl::KDTree< PointType >)vcl::KDTree< PointType >inlineprivatestatic
dummyScalars (defined in vcl::KDTree< PointType >)vcl::KDTree< PointType >inlineprivatestatic
KDTree() (defined in vcl::KDTree< PointType >)vcl::KDTree< PointType >inline
KDTree(const std::vector< PointType > &points, uint pointsPerCell=16, uint maxDepth=64, bool balanced=false) (defined in vcl::KDTree< PointType >)vcl::KDTree< PointType >inline
KDTree(const MeshType &m, uint pointsPerCell=16, uint maxDepth=64, bool balanced=false)vcl::KDTree< PointType >inline
kNearestNeighbors(const PointType &queryPoint, uint k, std::vector< Scalar > &distances=dummyScalars) const (defined in vcl::KDTree< PointType >)vcl::KDTree< PointType >inline
kNearestNeighborsIndices(const PointType &queryPoint, uint k, std::vector< Scalar > &distances=dummyScalars) constvcl::KDTree< PointType >inline
mDepth (defined in vcl::KDTree< PointType >)vcl::KDTree< PointType >private
mIndices (defined in vcl::KDTree< PointType >)vcl::KDTree< PointType >private
mMaxDepth (defined in vcl::KDTree< PointType >)vcl::KDTree< PointType >private
mNodes (defined in vcl::KDTree< PointType >)vcl::KDTree< PointType >private
mPoints (defined in vcl::KDTree< PointType >)vcl::KDTree< PointType >private
mPointsPerCell (defined in vcl::KDTree< PointType >)vcl::KDTree< PointType >private
nearestNeighbor(const PointType &queryPoint, Scalar &dist=dummyScalar) const (defined in vcl::KDTree< PointType >)vcl::KDTree< PointType >inline
nearestNeighborIndex(const PointType &queryPoint, Scalar &dist=dummyScalar) constvcl::KDTree< PointType >inline
neighborsIndicesInDistance(const PointType &queryPoint, Scalar dist, std::vector< Scalar > &distances=dummyScalars) constvcl::KDTree< PointType >inline
neighborsInDistance(const PointType &queryPoint, Scalar dist, std::vector< Scalar > &distances=dummyScalars) const (defined in vcl::KDTree< PointType >)vcl::KDTree< PointType >inline
Scalar typedef (defined in vcl::KDTree< PointType >)vcl::KDTree< PointType >private
split(uint start, uint end, uint dim, Scalar splitValue)vcl::KDTree< PointType >inlineprivate