SFCGAL 1.4.1
|
Classes | |
class | BinarySerializer |
class | BinaryUnserializer |
Functions | |
auto | writeBinaryGeometry (const SFCGAL::Geometry &) |
Convert a Geometry to its binary representation. | |
auto | writeBinaryPrepared (const SFCGAL::PreparedGeometry &) |
Convert a PreparedGeometry to its binary representation. | |
auto | readBinaryGeometry (const std::string &) |
Read a Geometry from a binary representation. | |
auto | readBinaryPrepared (const std::string &) |
Read a PreparedGeometry from a binary representation. | |
auto | readEwkt (std::istream &s) |
Read a EWKT prepared geometry from an input stream. | |
auto | readEwkt (const std::string &s) |
Read a EWKT geometry from a string. | |
auto | readEwkt (const char *, size_t) |
Read a EWKT geometry from a char*. | |
SFCGAL_API osg::Geometry * | toOsgGeometry (const Geometry &g) |
[helper] converts a SFCGAL::Geometry to an OSG geometry | |
void | vtk (const Polygon &poly, const std::string &file) |
template<typename MultiPolygonOrPolyhedraSurface > | |
void | vtk (const MultiPolygonOrPolyhedraSurface &multiPoly, const std::string &file) |
void | vtk (const Triangle &tri, const std::string &file) |
void | vtk (const TriangulatedSurface &s, const std::string &file) |
void | vtk (const Geometry &g, const std::string &file) |
auto | readWkt (std::istream &s) |
Read a WKT geometry from an input stream. | |
auto | readWkt (const std::string &s) |
Read a WKT geometry from a string. | |
auto | readWkt (const char *, size_t) |
Read a WKT geometry from a char*. | |
SFCGAL_API std::unique_ptr< SFCGAL::Geometry > SFCGAL::io::readBinaryGeometry | ( | const std::string & | str | ) | -> std::unique_ptr< Geometry > |
Read a Geometry from a binary representation.
SFCGAL_API std::unique_ptr< SFCGAL::PreparedGeometry > SFCGAL::io::readBinaryPrepared | ( | const std::string & | str | ) | -> std::unique_ptr< PreparedGeometry > |
Read a PreparedGeometry from a binary representation.
SFCGAL_API std::unique_ptr< PreparedGeometry > SFCGAL::io::readEwkt | ( | const char * | str, |
size_t | len ) -> std::unique_ptr< PreparedGeometry > |
Read a EWKT geometry from a char*.
SFCGAL_API std::unique_ptr< PreparedGeometry > SFCGAL::io::readEwkt | ( | const std::string & | s | ) | -> std::unique_ptr< PreparedGeometry > |
Read a EWKT geometry from a string.
SFCGAL_API std::unique_ptr< PreparedGeometry > SFCGAL::io::readEwkt | ( | std::istream & | s | ) | -> std::unique_ptr< PreparedGeometry > |
Read a EWKT prepared geometry from an input stream.
SFCGAL_API std::unique_ptr< Geometry > SFCGAL::io::readWkt | ( | const char * | str, |
size_t | len ) -> std::unique_ptr< Geometry > |
Read a WKT geometry from a char*.
SFCGAL_API std::unique_ptr< Geometry > SFCGAL::io::readWkt | ( | const std::string & | s | ) | -> std::unique_ptr< Geometry > |
Read a WKT geometry from a string.
SFCGAL_API std::unique_ptr< Geometry > SFCGAL::io::readWkt | ( | std::istream & | s | ) | -> std::unique_ptr< Geometry > |
Read a WKT geometry from an input stream.
SFCGAL_API osg::Geometry * SFCGAL::io::toOsgGeometry | ( | const Geometry & | g | ) |
[helper] converts a SFCGAL::Geometry to an OSG geometry
|
inline |
void SFCGAL::io::vtk | ( | const MultiPolygonOrPolyhedraSurface & | multiPoly, |
const std::string & | file ) |
|
inline |
|
inline |
|
inline |
SFCGAL_API std::string SFCGAL::io::writeBinaryGeometry | ( | const SFCGAL::Geometry & | ) |
Convert a Geometry to its binary representation.
SFCGAL_API std::string SFCGAL::io::writeBinaryPrepared | ( | const SFCGAL::PreparedGeometry & | ) |
Convert a PreparedGeometry to its binary representation.