Point Cloud Library (PCL)  1.8.1
List of all members | Public Types | Public Member Functions | Public Attributes
pcl::PolygonMesh Struct Reference

#include <pcl/PolygonMesh.h>

Public Types

typedef boost::shared_ptr< ::pcl::PolygonMeshPtr
 
typedef boost::shared_ptr< ::pcl::PolygonMesh const > ConstPtr
 

Public Member Functions

 PolygonMesh ()
 

Public Attributes

::pcl::PCLHeader header
 
::pcl::PCLPointCloud2 cloud
 
std::vector< ::pcl::Verticespolygons
 

Detailed Description

Definition at line 15 of file PolygonMesh.h.

Member Typedef Documentation

◆ ConstPtr

typedef boost::shared_ptr< ::pcl::PolygonMesh const> pcl::PolygonMesh::ConstPtr

Definition at line 29 of file PolygonMesh.h.

◆ Ptr

typedef boost::shared_ptr< ::pcl::PolygonMesh> pcl::PolygonMesh::Ptr

Definition at line 28 of file PolygonMesh.h.

Constructor & Destructor Documentation

◆ PolygonMesh()

pcl::PolygonMesh::PolygonMesh ( )
inline

Definition at line 17 of file PolygonMesh.h.

Member Data Documentation

◆ cloud

::pcl::PCLPointCloud2 pcl::PolygonMesh::cloud

◆ header

::pcl::PCLHeader pcl::PolygonMesh::header

◆ polygons

std::vector< ::pcl::Vertices> pcl::PolygonMesh::polygons

The documentation for this struct was generated from the following file: