The Parametric Pseudo-Manifold (PPS) Library 1.0
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
pps::BezierThis class represents a rectangular Bézier patch in 3D
dcel::Edge< VAttrib, FAttrib, EAttrib, HAttrib >This class represents an edge (i.e., a line segment) from a triangle surface mesh represented by the DCEL data structure
dcel::Face< VAttrib, FAttrib, EAttrib, HAttrib >This class represents a face (i.e., a triangle) from a surface mesh represented by the DCEL data structure
ppsfrompnt::FaceAttributeThis class represents a set of attributes of a face of the underlying triangle surface mesh of a PPS constructed from a PN triangle surface
dcel::Halfedge< VAttrib, FAttrib, EAttrib, HAttrib >This class represents a half-edge (i.e., an oriented line segment) from a triangle surface mesh represented by the DCEL data structure
ppsfrompnt::HalfedgeAttributeThis class represents a set of attributes of a half-edge of the underlying triangle surface mesh of a PPS constructed from a PN triangle surface
offlib::LexerThis class represents a lexical analyzer for scanning tokens from an OFF file describing a triangle mesh
pps::LUdcmpThis class represents a linear system solver based on LU decomposition
ppsfrompnt::PNTriangleThis class represents a PN triangle
pps::PPS< Mesh >This class represents a Parametric Pseudo-Surface
ppsfrompnt::PPSfromPNTThis class represents a Parametric Pseudo-Surface that approximates a PN triangle surface
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
offlib::ReaderThis class represents a file reader for reading in a triangle surface mesh information from an OFF file
dcel::Surface< VAttrib, FAttrib, EAttrib, HAttrib >This class represents a triangle surface mesh with empty boundary
dcel::Vertex< VAttrib, FAttrib, EAttrib, HAttrib >This class represents a vertex (i.e., a point in $R^3$) from a triangle surface mesh represented by the DCEL data structure
ppsfrompnt::VertexAttributeThis class represents a set of attributes of a vertex of the underlying triangle surface mesh of a PPS constructed from a PN triangle surface
offlib::WriterThis class represents a file writer for writing out a triangle surface mesh information to an OFF file