The Parametric Pseudo-Manifold (PPS) Library 1.0
dcel Namespace Reference

The namespace dcel contains the definition and implementation of all classes of the Doubly Connected Edge List (DCEL) data structure, which can be used to represent surface meshes with empty boundary. More...

Classes

class  Edge
 This class represents an edge (i.e., a line segment) from a triangle surface mesh represented by the DCEL data structure. More...
class  Face
 This class represents a face (i.e., a triangle) from a surface mesh represented by the DCEL data structure. More...
class  Halfedge
 This class represents a half-edge (i.e., an oriented line segment) from a triangle surface mesh represented by the DCEL data structure. More...
class  Surface
 This class represents a triangle surface mesh with empty boundary. More...
class  Vertex
 This class represents a vertex (i.e., a point in $R^3$) from a triangle surface mesh represented by the DCEL data structure. More...

Detailed Description

The namespace dcel contains the definition and implementation of all classes of the Doubly Connected Edge List (DCEL) data structure, which can be used to represent surface meshes with empty boundary.