|
Point Cloud Library (PCL)
1.6.0
|
Octree pointcloud density leaf node class More...
#include <pcl/octree/octree_pointcloud_density.h>
Public Member Functions | |
| OctreePointCloudDensityContainer () | |
| Class initialization. More... | |
| virtual | ~OctreePointCloudDensityContainer () |
| Empty class deconstructor. More... | |
| virtual OctreePointCloudDensityContainer * | deepCopy () const |
| deep copy function More... | |
| size_t | getSize () const |
| Get size of container (number of DataT objects) More... | |
| void | setData (const DataT &) |
| Read input data. More... | |
| void | getData (const DataT *&data_arg) const |
| Returns a null pointer as this leaf node does not store any data. More... | |
| void | getData (std::vector< DataT > &) const |
| Empty getData data vector implementation as this leaf node does not store any data. More... | |
| unsigned int | getPointCounter () |
| Return point counter. More... | |
| void | reset () |
| Empty reset leaf node implementation as this leaf node does not store any data. More... | |
Octree pointcloud density leaf node class
Definition at line 56 of file octree_pointcloud_density.h.
|
inline |
Class initialization.
Definition at line 60 of file octree_pointcloud_density.h.
|
inlinevirtual |
Empty class deconstructor.
Definition at line 65 of file octree_pointcloud_density.h.
|
inlinevirtual |
deep copy function
Definition at line 71 of file octree_pointcloud_density.h.
|
inline |
Returns a null pointer as this leaf node does not store any data.
| [out] | data_arg,: | reference to return pointer of leaf node DataT element (will be set to 0). |
Definition at line 97 of file octree_pointcloud_density.h.
|
inline |
Empty getData data vector implementation as this leaf node does not store any data.
\
Definition at line 105 of file octree_pointcloud_density.h.
|
inline |
Return point counter.
Definition at line 113 of file octree_pointcloud_density.h.
|
inline |
Get size of container (number of DataT objects)
Definition at line 80 of file octree_pointcloud_density.h.
|
inline |
Empty reset leaf node implementation as this leaf node does not store any data.
Definition at line 120 of file octree_pointcloud_density.h.
|
inline |
Read input data.
Only an internal counter is increased.
Definition at line 88 of file octree_pointcloud_density.h.
1.8.3.1