Point Cloud Library (PCL)
1.8.0
|
Structure storing voxel grid resolution, volume size (in mm) and element_size of stored data. More...
#include </build/pcl-iwPQmU/pcl-1.8.0+dfsg1/gpu/kinfu/tools/tsdf_volume.h>
Public Member Functions | |
Header () | |
Header (const Eigen::Vector3i &res, const Eigen::Vector3f &size) | |
size_t | getVolumeSize () const |
Public Attributes | |
Eigen::Vector3i | resolution |
Eigen::Vector3f | volume_size |
int | volume_element_size |
int | weights_element_size |
Friends | |
std::ostream & | operator<< (std::ostream &os, const Header &h) |
Structure storing voxel grid resolution, volume size (in mm) and element_size of stored data.
Definition at line 69 of file tsdf_volume.h.
|
inline |
Definition at line 75 of file tsdf_volume.h.
Referenced by pcl::TSDFVolume< VoxelT, WeightT >::setHeader().
|
inline |
Definition at line 82 of file tsdf_volume.h.
|
inline |
Definition at line 90 of file tsdf_volume.h.
|
friend |
Definition at line 93 of file tsdf_volume.h.
Eigen::Vector3i pcl::TSDFVolume< VoxelT, WeightT >::Header::resolution |
Definition at line 71 of file tsdf_volume.h.
int pcl::TSDFVolume< VoxelT, WeightT >::Header::volume_element_size |
Definition at line 73 of file tsdf_volume.h.
Eigen::Vector3f pcl::TSDFVolume< VoxelT, WeightT >::Header::volume_size |
Definition at line 72 of file tsdf_volume.h.
Referenced by pcl::TSDFVolume< VoxelT, WeightT >::resize().
int pcl::TSDFVolume< VoxelT, WeightT >::Header::weights_element_size |
Definition at line 73 of file tsdf_volume.h.