SFCGAL  2.2.0
Functions
SFCGAL::io::STL Namespace Reference

Functions

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...
 

Function Documentation

template<typename T >
auto SFCGAL::io::STL::normalizeKernelValue ( const T &  value) -> std::string
auto SFCGAL::io::STL::normalizeZeroString ( const std::string &  str) -> std::string