|
libE57Format 3.4.0
C++ library for reading & writing the E57 file format for point cloud data
|
Functions | |
| E57_DLL std::string | errorCodeToString (ErrorCode ecode) noexcept |
| Get short string description of an E57 ErrorCode. | |
| void | getVersions (int &astmMajor, int &astmMinor, std::string &libraryId) |
|
noexcept |
Get short string description of an E57 ErrorCode.
| [in] | ecode | The numeric errorCode from an E57Exception. |
The errorCode is translated into a one-line English string.
| No | E57Exceptions. |
| E57_DLL void e57::Utilities::getVersions | ( | int & | astmMajor, |
| int & | astmMinor, | ||
| std::string & | libraryId ) |
| [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. |