The Parametric Pseudo-Manifold (PPS) Library 1.0
|
Definition and implementation of the class Surface, which represents a triangle surface mesh (i.e., a simplicial surface) with empty boundary. More...
#include "vertex.h"
#include "halfedge.h"
#include "edge.h"
#include "face.h"
#include <cassert>
#include <list>
#include <map>
Go to the source code of this file.
Classes | |
class | dcel::Surface< VAttrib, FAttrib, EAttrib, HAttrib > |
This class represents a triangle surface mesh with empty boundary. More... | |
Namespaces | |
namespace | dcel |
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. |
Definition and implementation of the class Surface, which represents a triangle surface mesh (i.e., a simplicial surface) with empty boundary.
Definition in file surface.h.