|
flippy
a c++20 package for dynamically triangulated membrane simulations.
|
Classes | |
| struct | rawSTLSolid |
| struct | rawSTLTriangle |
| struct | stlNode |
| class | stlSerializer |
| class | stlTriangle |
Concepts | |
| concept | Beginable |
| concept | Endable |
| concept | NeqableBeginAndEnd |
| concept | BeginIncrementable |
| concept | BeginDerefable |
| concept | BeginDerefToVoid |
| concept | BeginAndEndCopyConstructibleAndDestructible |
Functions | |
| static void | printSTLTriangle (rawSTLTriangle const &triangle, std::optional< std::string > const &name=std::nullopt) |
| static rawSTLTriangle | loadSTLTriangle (std::ifstream &inp) |
| static rawSTLSolid | loadSTLSolid (std::ifstream &inp) |
The API stability of the functions in the implementation namespace is not guaranteed! Functions that are part of the implementation namespace are not part of the public facing API and are not intended fot the end-user. Since flippy is a headers only library this could not be hidden in source files.