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

Definition of the abstract class PPS that represents a Parametric Pseudo Surface defined on a generic underlying triangle mesh. More...

#include <cassert>
#include <cmath>
#include <vector>
#include "bezier.h"
Include dependency graph for pps.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  pps::PPS< Mesh >
 This class represents a Parametric Pseudo-Surface. More...

Namespaces

namespace  pps
 

The namespace pps contains the definition and implementation of all classes of the open source library Parametric Pseudo-Surface (PPS).



Detailed Description

Definition of the abstract class PPS that represents a Parametric Pseudo Surface defined on a generic underlying triangle mesh.

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:
June 2009
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 pps.h.