Public Types | Public Member Functions | Public Attributes
pcl::Vertices Struct Reference

Describes a set of vertices in a polygon mesh, by basically storing an array of indices. More...

#include <Vertices.h>

List of all members.

Public Types

typedef boost::shared_ptr
< Vertices const > 
ConstPtr
typedef boost::shared_ptr
< Vertices
Ptr

Public Member Functions

 Vertices ()

Public Attributes

std::vector< uint32_t > vertices

Detailed Description

Describes a set of vertices in a polygon mesh, by basically storing an array of indices.

Definition at line 13 of file Vertices.h.


Member Typedef Documentation

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

Definition at line 22 of file Vertices.h.

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

Definition at line 21 of file Vertices.h.


Constructor & Destructor Documentation

Definition at line 15 of file Vertices.h.


Member Data Documentation

std::vector<uint32_t> pcl::Vertices::vertices

Definition at line 18 of file Vertices.h.


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


pcl
Author(s): Open Perception
autogenerated on Wed Aug 26 2015 15:43:37