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

A face is a closed loop of edges. More...

#include <mesh_elements.h>

List of all members.

Private Types

typedef
pcl::geometry::HalfEdgeIndex 
HalfEdgeIndex

Private Member Functions

 Face (const HalfEdgeIndex &idx_inner_half_edge=HalfEdgeIndex())
 Constructor.

Private Attributes

HalfEdgeIndex idx_inner_half_edge_
 Index to the inner half-edge. The face is considered to be deleted if it stores an invalid inner half-edge index.

Friends

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

Detailed Description

A face is a closed loop of edges.

Author:
Martin Saelzle

Definition at line 165 of file mesh_elements.h.


Member Typedef Documentation

Definition at line 169 of file mesh_elements.h.


Constructor & Destructor Documentation

pcl::geometry::Face::Face ( const HalfEdgeIndex idx_inner_half_edge = HalfEdgeIndex ()) [inline, explicit, private]

Constructor.

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

Definition at line 174 of file mesh_elements.h.


Friends And Related Function Documentation

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

Definition at line 182 of file mesh_elements.h.

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

Definition at line 185 of file mesh_elements.h.


Member Data Documentation

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

Definition at line 179 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:55