pps::Bezier | This 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::FaceAttribute | This 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::HalfedgeAttribute | This 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::Lexer | This class represents a lexical analyzer for scanning tokens from an OFF file describing a triangle mesh |
pps::LUdcmp | This class represents a linear system solver based on LU decomposition |
ppsfrompnt::PNTriangle | This class represents a PN triangle |
pps::PPS< Mesh > | This class represents a Parametric Pseudo-Surface |
ppsfrompnt::PPSfromPNT | This 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::Reader | This 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 ) from a triangle surface mesh represented by the DCEL data structure |
ppsfrompnt::VertexAttribute | This 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::Writer | This class represents a file writer for writing out a triangle surface mesh information to an OFF file |