Polyhedral-net Splines
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 CBVWriter
 CEvaluatedMeshWriter
 CExtraordinaryPatchConstructorPatch constructor for extraordinary patches. See PatchConstructor
 CIGSWriter
 CMatrix
 CNGonPatchConstructorPatch constructor for n-gon patches. See PatchConstructor
 CPatchA class representing a Bézier patch
 CPatchBuilderA builder class for constructing Bézier patches from a mesh
 CPatchConstructorAbstract base class for patch constructors
 CPatchConstructorPoolPool PnS patch types represented as PatchConstructor subclasses. Each subclass corresponds to a specific PnS patch type. There are two types of patch constructors: vertex-based and face-based. A vertex-based patch constructor checks if a vertex and its neighborhood matches a PnS patch type. A face-based patch constructor checks if a face and its neighborhood matches a PnS patch type
 CPatchConsumer
 CPnSPatchRepresents a polynomial patch in Bernstein–Bézier form
 CPnSplineRepresents a PnSpline(Polyhedral net Spline) composed of piecwise polynomial patches PnSPatch
 CPnSplineImpl
 CPolarPatchConstructorPatch constructor for polar patches. See PatchConstructor
 CRegularPatchConstructorPatch constructor for regular patches. See PatchConstructor
 CSimpleArgA simple command-line argument parser
 COptAn option (named or positional)
 CSTEPWriter
 CT0PatchConstructorPatch constructor for T0 patches. See PatchConstructor
 CT1PatchConstructorPatch constructor for T1 patches. See PatchConstructor
 CT2PatchConstructorPatch constructor for T2 patches. See PatchConstructor
 CTwoTrianglesTwoQuadsPatchConstructorPatch constructor for patches consisting of two triangles and two quads. Designed for patch next to a polar patch. See PatchConstructor
 CVertexMappingRepresents a mapping from vertices in subdivided mesh to vertices in the original mesh. Each mapping consists of a list of vertex indices in the original and corresponding weights. The vertex in the subdivided mesh is represented as a weighted combination of the vertices in the original mesh. This class contains arithmetic operators to facilitate combining mappings during subdivision