W3cubDocs

/PointCloudLibrary

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

#include <pcl/Vertices.h>

Public Types

using Ptr = shared_ptr< Vertices >
using ConstPtr = shared_ptr< const Vertices >

Public Member Functions

Vertices ()

Public Attributes

Indices vertices

Detailed Description

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

Definition at line 14 of file Vertices.h.

Member Typedef Documentation

ConstPtr

using pcl::Vertices::ConstPtr = shared_ptr<const Vertices>

Definition at line 23 of file Vertices.h.

Ptr

using pcl::Vertices::Ptr = shared_ptr<Vertices>

Definition at line 22 of file Vertices.h.

Constructor & Destructor Documentation

Vertices()

pcl::Vertices::Vertices ( )
inline

Definition at line 16 of file Vertices.h.

Member Data Documentation

vertices


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

© 2009–2012, Willow Garage, Inc.
© 2012–, Open Perception, Inc.
Licensed under the BSD License.
https://pointclouds.org/documentation/structpcl_1_1_vertices.html