Describes a set of vertices in a polygon mesh, by basically storing an array of indices. More...
#include <Vertices.h>
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 |
Describes a set of vertices in a polygon mesh, by basically storing an array of indices.
Definition at line 13 of file Vertices.h.
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.
pcl::Vertices::Vertices | ( | ) | [inline] |
Definition at line 15 of file Vertices.h.
std::vector<uint32_t> pcl::Vertices::vertices |
Definition at line 18 of file Vertices.h.