libE57Format 3.1.1
C++ library to read & write the E57 file format for point cloud data
|
Functions | |
E57_DLL std::string | astm () |
Get the version of the ASTM E57 standard that libE57Format supports. | |
E57_DLL uint32_t | astmMajor () |
Get the major version of the ASTM E57 standard that libE57Format supports. | |
E57_DLL uint32_t | astmMinor () |
Get the minor version of the ASTM E57 standard that libE57Format supports. | |
E57_DLL void | get (uint32_t &astmMajor, uint32_t &astmMinor, std::string &libraryId) |
Get the version of ASTM E57 standard that the API implementation supports, and library id string. | |
E57_DLL std::string | library () |
Get the version of libE57Format library. | |
std::string e57::Version::astm | ( | ) |
Get the version of the ASTM E57 standard that libE57Format supports.
uint32_t e57::Version::astmMajor | ( | ) |
Get the major version of the ASTM E57 standard that libE57Format supports.
uint32_t e57::Version::astmMinor | ( | ) |
Get the minor version of the ASTM E57 standard that libE57Format supports.
void e57::Version::get | ( | uint32_t & | astmMajor, |
uint32_t & | astmMinor, | ||
std::string & | libraryId | ||
) |
Get the version of ASTM E57 standard that the API implementation supports, and library id string.
[out] | astmMajor | The major version number of the ASTM E57 standard supported. |
[out] | astmMinor | The minor version number of the ASTM E57 standard supported. |
[out] | libraryId | A string identifying the implementation of the API. |
Since the E57 implementation may be dynamically linked underneath the API, the version string for the implementation and the ASTM version that it supports can't be determined at compile-time. This function returns these identifiers from the underlying implementation.
No | E57Exceptions. |
std::string e57::Version::library | ( | ) |
Get the version of libE57Format library.