#include <PolygonMesh.h>
Public Types | |
typedef boost::shared_ptr < ::pcl::PolygonMesh const > | ConstPtr |
typedef boost::shared_ptr < ::pcl::PolygonMesh > | Ptr |
Public Member Functions | |
PolygonMesh () | |
Public Attributes | |
::pcl::PCLPointCloud2 | cloud |
::pcl::PCLHeader | header |
std::vector< ::pcl::Vertices > | polygons |
Definition at line 15 of file PolygonMesh.h.
typedef boost::shared_ptr< ::pcl::PolygonMesh const> pcl::PolygonMesh::ConstPtr |
Definition at line 29 of file PolygonMesh.h.
typedef boost::shared_ptr< ::pcl::PolygonMesh> pcl::PolygonMesh::Ptr |
Definition at line 28 of file PolygonMesh.h.
pcl::PolygonMesh::PolygonMesh | ( | ) | [inline] |
Definition at line 17 of file PolygonMesh.h.
Definition at line 22 of file PolygonMesh.h.
Definition at line 20 of file PolygonMesh.h.
std::vector< ::pcl::Vertices> pcl::PolygonMesh::polygons |
Definition at line 24 of file PolygonMesh.h.