Classes | |
| struct | Point |
Public Member Functions | |
| T | kdtree_distance (const T *p1, const size_t idx_p2, size_t size) const |
| template<class BBOX > | |
| bool | kdtree_get_bbox (BBOX &bb) const |
| size_t | kdtree_get_point_count () const |
| T | kdtree_get_pt (const size_t idx, int dim) const |
Public Attributes | |
| std::vector< Point > | pts |
Definition at line 37 of file trimesh_indexing.cpp.
| T PointCloud< T >::kdtree_distance | ( | const T * | p1, |
| const size_t | idx_p2, | ||
| size_t | size | ||
| ) | const [inline] |
Definition at line 48 of file trimesh_indexing.cpp.
| bool PointCloud< T >::kdtree_get_bbox | ( | BBOX & | bb | ) | const [inline] |
Definition at line 64 of file trimesh_indexing.cpp.
| size_t PointCloud< T >::kdtree_get_point_count | ( | ) | const [inline] |
Definition at line 46 of file trimesh_indexing.cpp.
| T PointCloud< T >::kdtree_get_pt | ( | const size_t | idx, |
| int | dim | ||
| ) | const [inline] |
Definition at line 56 of file trimesh_indexing.cpp.
| std::vector<Point> PointCloud< T >::pts |
Definition at line 44 of file trimesh_indexing.cpp.