Point Cloud Library (PCL) 1.15.1
Loading...
Searching...
No Matches
pcl::Vertices Struct Reference

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 ()=default

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 22 of file Vertices.h.

◆ Ptr

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

Definition at line 21 of file Vertices.h.

Constructor & Destructor Documentation

◆ Vertices()

pcl::Vertices::Vertices ( )
default

Member Data Documentation

◆ vertices


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