The Parametric Pseudo-Manifold (PPS) Library 1.0
|
Definition and implementation of a class that represents a Parametric Pseudo-Surface (PPS) sampler. This sampler yields a triangle mesh that approximates the PPS, which is useful for visualization purposes. More...
Go to the source code of this file.
Classes | |
class | pps::PPSsampler< Mesh > |
This class represents a sampler for a Parametric Pseudo-Surface (PPS). This sampler provides us with a method for creating a triangle mesh that approximates the PPS. This method can be used for visualization purposes. More... | |
Namespaces | |
namespace | pps |
The namespace pps contains the definition and implementation of all classes of the open source library Parametric Pseudo-Surface (PPS). |
Definition and implementation of a class that represents a Parametric Pseudo-Surface (PPS) sampler. This sampler yields a triangle mesh that approximates the PPS, which is useful for visualization purposes.
Definition in file ppssampler.h.