|
Ponca
eff04be8be0ed1ccd36b694a34ae55d988e046fb
Point Cloud Analysis library
|
Internal structure storing all the buffers used by the KdTree. More...
#include <kdTree.h>
Collaboration diagram for Ponca::StaticKdTreeBase< Traits >::Buffers:Public Member Functions | |
| Buffers (PointContainer _points, NodeContainer _nodes, IndexContainer _indices, const size_t _points_size, const size_t _nodes_size, const size_t _indices_size) | |
Public Attributes | |
| PointContainer | points |
| Buffer storing the input points (read only) | |
| NodeContainer | nodes |
| Buffer storing the nodes of the KdTree. | |
| IndexContainer | indices |
| Buffer storing the indices associating the input points to the nodes. | |
| size_t | points_size {0} |
| size_t | nodes_size {0} |
| size_t | indices_size {0} |
Internal structure storing all the buffers used by the KdTree.
|
inline |
| IndexContainer Ponca::StaticKdTreeBase< Traits >::Buffers::indices |
| size_t Ponca::StaticKdTreeBase< Traits >::Buffers::indices_size {0} |
| NodeContainer Ponca::StaticKdTreeBase< Traits >::Buffers::nodes |
| size_t Ponca::StaticKdTreeBase< Traits >::Buffers::nodes_size {0} |
| PointContainer Ponca::StaticKdTreeBase< Traits >::Buffers::points |
| size_t Ponca::StaticKdTreeBase< Traits >::Buffers::points_size {0} |