Point Cloud Library (PCL)  1.7.2
List of all members | Friends
pcl::geometry::HalfEdge Class Reference

An edge is a connection between two vertices. More...

#include <pcl/geometry/mesh_elements.h>

Friends

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

Detailed Description

An edge is a connection between two vertices.

In a half-edge mesh the edge is split into two half-edges with opposite orientation. Each half-edge stores the index to the terminating vertex, the next half-edge, the previous half-edge and the face it belongs to. The opposite half-edge is accessed implicitly.

Author
Martin Saelzle

Definition at line 107 of file mesh_elements.h.

Friends And Related Function Documentation

friend class pcl::geometry::MeshBase
friend

Definition at line 145 of file mesh_elements.h.

friend class pcl::geometry::MeshIO
friend

Definition at line 148 of file mesh_elements.h.


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