generic class that covers a shared pointer to pcl::PolygonMesh that is a class for a polygonal mesh provided by the point cloud library (PCL)
More...
#include <pclStructures.h>
|
| PCLPolygonMesh (pcl::PolygonMesh::Ptr polygonMesh) |
|
| PCLPolygonMesh (PCLPolygonMesh &mesh) |
|
| PCLPolygonMesh (PCLPolygonMesh &mesh, const std::vector< uint32_t > &polygonIndices) |
|
| PCLPolygonMesh (const PCLPointCloud &cloud, const std::vector< pcl::Vertices > &polygons) |
|
| PCLPolygonMesh (const PCLPolygonMesh &mesh) |
|
pcl::PolygonMesh::Ptr | polygonMesh () |
|
pcl::PolygonMesh::ConstPtr | polygonMesh () const |
|
void | setPolygonMesh (pcl::PolygonMesh::Ptr &mesh) |
|
PCLPolygonMesh & | operator= (const PCLPolygonMesh ©) |
|
bool | valid () const |
|
size_t | height () const |
|
size_t | width () const |
|
std::string | getFieldsList () const |
|
std::ostream & | streamOut (std::ostream &out) |
|
generic class that covers a shared pointer to pcl::PolygonMesh that is a class for a polygonal mesh provided by the point cloud library (PCL)
◆ m_polygonMesh
pcl::PolygonMesh::Ptr ito::PCLPolygonMesh::m_polygonMesh |
|
private |
shared pointer to pcl::PolygonMesh object
◆ m_valid
bool ito::PCLPolygonMesh::m_valid |
|
private |
true if m_polygonMesh is a valid polygonal mesh, else false
The documentation for this class was generated from the following files:
- C:/Workspace/itom_development_VS2019_Qt5.15.2_x64/itomProject/itom/PointCloud/pclStructures.h
- C:/Workspace/itom_development_VS2019_Qt5.15.2_x64/itomProject/itom/PointCloud/pclStructures.cpp