Removed methods: void setMaxNofNeighbors(unsigned int k); inline int getNofFoundNeighbors(void); inline const VectorType& getNeighbor(int i); inline unsigned int getNeighborId(int i); inline float getNeighborSquaredDistance(int i); Added methods: void doQueryDist(const VectorType& queryPoint, float dist, std::vector<unsigned int>& points, std::vector<Scalar>& sqrareDists); void doQueryClosest(const VectorType& queryPoint, unsigned int& index, Scalar& dist); Changed methods: void doQueryK(const VectorType& queryPoint, int k, PriorityQueue& mNeighborQueue); |
||
|---|---|---|
| .. | ||
| aabb_binary_tree | ||
| index2D | ||
| kdtree | ||
| base.h | ||
| grid_closest.h | ||
| grid_static_obj.h | ||
| grid_static_ptr.h | ||
| grid_util.h | ||
| octree.h | ||
| octree_template.h | ||
| perfect_spatial_hashing.h | ||
| space_iterators.h | ||
| spatial_hashing.h | ||