libE57Format 3.1.1
C++ library to read & write the E57 file format for point cloud data
|
Stores the top-level information for the XML section of the file. More...
#include <E57SimpleData.h>
Public Attributes | |
ustring | coordinateMetadata |
Information describing the Coordinate Reference System to be used for the file. | |
DateTime | creationDateTime |
Date/time that the file was created. | |
int64_t | data3DSize = 0 |
Size of the Data3D vector for storing 3D imaging data. | |
ustring | e57LibraryVersion |
The version identifier for the E57 file format library which wrote the file. | |
ustring | formatName |
Must contain the string "ASTM E57 3D Imaging Data File". | |
ustring | guid |
A globally unique identification string for the current version of the file. | |
int64_t | images2DSize = 0 |
Size of the Images2D vector for storing 2D images from a camera or similar device. | |
uint32_t | versionMajor = 1 |
Major version number (should be 1) | |
uint32_t | versionMinor = 0 |
Minor version number (should be 0) | |
Stores the top-level information for the XML section of the file.
ustring e57::E57Root::coordinateMetadata |
Information describing the Coordinate Reference System to be used for the file.
DateTime e57::E57Root::creationDateTime |
Date/time that the file was created.
int64_t e57::E57Root::data3DSize = 0 |
Size of the Data3D vector for storing 3D imaging data.
ustring e57::E57Root::e57LibraryVersion |
The version identifier for the E57 file format library which wrote the file.
ustring e57::E57Root::formatName |
Must contain the string "ASTM E57 3D Imaging Data File".
ustring e57::E57Root::guid |
A globally unique identification string for the current version of the file.
int64_t e57::E57Root::images2DSize = 0 |
Size of the Images2D vector for storing 2D images from a camera or similar device.
uint32_t e57::E57Root::versionMajor = 1 |
Major version number (should be 1)
uint32_t e57::E57Root::versionMinor = 0 |
Minor version number (should be 0)