Here is a list of all topics with brief descriptions:
[detail level 12]
| Public C++ API | C++ classes forming the ABI safe public interface of the Polyhedral Net Splines library. Usage example |
| Utility | General helper utilities for mesh processing |
| HalfEdge Operations | Functions for operating on half-edge data structures |
| Helper Functions | General helper functions for mesh processing |
| Patch Building | From a control mesh to a PnS surface represented as Bézier patches |
| Subdivision | Used for iterative refinement of regions that do not match any PnS patch type. It keeps track of the mapping between the original mesh vertices and the subdivided mesh vertices. A VertexMapping object is stored for each vertex in the mesh. This is useful so that a mask relative to the original mesh can be generated |