Point Cloud Library (PCL)
1.11.0
|
#include <pcl/PCLPointCloud2.h>
Public Attributes | |
::pcl::PCLHeader | header |
std::uint32_t | height = 0 |
std::uint32_t | width = 0 |
std::vector<::pcl::PCLPointField > | fields |
Definition at line 15 of file PCLPointCloud2.h.
std::vector<::pcl::PCLPointField> pcl::PCLPointCloud2::fields |
Definition at line 22 of file PCLPointCloud2.h.
Referenced by pcl::copyStringValue(), pcl::copyValueString(), pcl::fromPCLPointCloud2(), pcl::getFieldIndex(), pcl::isValueFinite(), pcl::TextureMapping< PointInT >::mapTexture2Mesh(), pcl::TextureMapping< PointInT >::mapTexture2MeshUV(), pcl::OrganizedFastMesh< PointInT >::resetPointData(), and pcl::toPCLPointCloud2().
::pcl::PCLHeader pcl::PCLPointCloud2::header |
Definition at line 17 of file PCLPointCloud2.h.
Referenced by pcl::fromPCLPointCloud2(), and pcl::toPCLPointCloud2().
std::uint32_t pcl::PCLPointCloud2::height = 0 |
Definition at line 19 of file PCLPointCloud2.h.
Referenced by pcl::PolygonMesh::concatenate(), pcl::fromPCLPointCloud2(), pcl::outofcore::OutofcoreOctreeDiskContainer< PointT >::getDataSize(), pcl::TextureMapping< PointInT >::mapTexture2Mesh(), pcl::TextureMapping< PointInT >::mapTexture2MeshUV(), pcl::outofcore::OutofcoreOctreeDiskContainer< PointT >::OutofcoreOctreeDiskContainer(), pcl::SurfaceReconstruction< PointInT >::reconstruct(), pcl::MeshConstruction< PointInT >::reconstruct(), and pcl::toPCLPointCloud2().
std::uint32_t pcl::PCLPointCloud2::width = 0 |
Definition at line 20 of file PCLPointCloud2.h.
Referenced by pcl::PolygonMesh::concatenate(), pcl::fromPCLPointCloud2(), pcl::outofcore::OutofcoreOctreeDiskContainer< PointT >::getDataSize(), pcl::TextureMapping< PointInT >::mapTexture2Mesh(), pcl::TextureMapping< PointInT >::mapTexture2MeshUV(), pcl::outofcore::OutofcoreOctreeDiskContainer< PointT >::OutofcoreOctreeDiskContainer(), pcl::SurfaceReconstruction< PointInT >::reconstruct(), pcl::MeshConstruction< PointInT >::reconstruct(), and pcl::toPCLPointCloud2().