The Parametric Pseudo-Manifold (PPS) Library 1.0
surface.h File Reference

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>
Include dependency graph for surface.h:
This graph shows which files directly or indirectly include this file:

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.



Detailed Description

Definition and implementation of the class Surface, which represents a triangle surface mesh (i.e., a simplicial surface) with empty boundary.

Author:
Marcelo Ferreira Siqueira
Universidade Federal do Rio Grande do Norte,
Departamento de Informatica e Matematica Aplicada,
marcelo at dimap (dot) ufrn (dot) br
Version:
2.0
Date:
January 2010
Attention:
This program is distributed WITHOUT ANY WARRANTY, and it may be freely redistributed under the condition that the copyright notices are not removed, and no compensation is received. Private, research, and institutional use is free. Distribution of this code as part of a commercial system is permissible ONLY BY DIRECT ARRANGEMENT WITH THE AUTHOR.

Definition in file surface.h.