|
| auto | normalizeZeroString (const std::string &str) -> std::string |
| |
| template<typename T > |
| auto | normalizeKernelValue (const T &value) -> std::string |
| |
| auto | save (const Geometry &geom, std::ostream &out) -> void |
| | Saves a geometry to an STL format stream. More...
|
| |
| auto | save (const Geometry &geom, const std::string &filename) -> void |
| | Saves a geometry to an STL file. More...
|
| |
| auto | saveToString (const Geometry &geom) -> std::string |
| | Saves a geometry to an STL format string. More...
|
| |
| auto | saveToBuffer (const Geometry &geom, char *buffer, size_t *size) -> void |
| | Saves a geometry to an STL format buffer (C API). More...
|
| |