Private Types | Private Member Functions | Private Attributes | Friends
pcl::geometry::Vertex Class Reference

A vertex is a node in the mesh. More...

#include <mesh_elements.h>

List of all members.

Private Types

typedef
pcl::geometry::HalfEdgeIndex 
HalfEdgeIndex

Private Member Functions

 Vertex (const HalfEdgeIndex &idx_outgoing_half_edge=HalfEdgeIndex())
 Constructor.

Private Attributes

HalfEdgeIndex idx_outgoing_half_edge_
 Index to the outgoing half-edge. The vertex is considered to be deleted if it stores an invalid outgoing half-edge index.

Friends

class pcl::geometry::MeshBase
class pcl::geometry::MeshIO

Detailed Description

A vertex is a node in the mesh.

Author:
Martin Saelzle

Definition at line 70 of file mesh_elements.h.


Member Typedef Documentation

Definition at line 74 of file mesh_elements.h.


Constructor & Destructor Documentation

pcl::geometry::Vertex::Vertex ( const HalfEdgeIndex idx_outgoing_half_edge = HalfEdgeIndex ()) [inline, explicit, private]

Constructor.

Parameters:
[in]idx_outgoing_half_edgeIndex to the outgoing half-edge. Defaults to an invalid index.

Definition at line 79 of file mesh_elements.h.


Friends And Related Function Documentation

friend class pcl::geometry::MeshBase [friend]

Definition at line 87 of file mesh_elements.h.

friend class pcl::geometry::MeshIO [friend]

Definition at line 90 of file mesh_elements.h.


Member Data Documentation

Index to the outgoing half-edge. The vertex is considered to be deleted if it stores an invalid outgoing half-edge index.

Definition at line 84 of file mesh_elements.h.


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


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