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. More... | |
DateTime | creationDateTime |
Date/time that the file was created. More... | |
int64_t | data3DSize { 0 } |
Size of the Data3D vector for storing 3D imaging data. More... | |
ustring | e57LibraryVersion |
The version identifier for the E57 file format library that wrote the file. More... | |
ustring | formatName |
Contains the string "ASTM E57 3D Image File". More... | |
ustring | guid |
A globally unique identification string for the current version of the file. More... | |
int64_t | images2DSize { 0 } |
Size of the A heterogeneous Vector of Images2D Structures for storing 2D images from a camera or similar device. More... | |
uint32_t | versionMajor { 1 } |
Major version number, should be 1. More... | |
uint32_t | versionMinor { 0 } |
Minor version number, should be 0. More... | |
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.
Referenced by e57::ReaderImpl::GetE57Root().
DateTime e57::E57Root::creationDateTime |
Date/time that the file was created.
Referenced by e57::ReaderImpl::GetE57Root().
int64_t e57::E57Root::data3DSize { 0 } |
Size of the Data3D vector for storing 3D imaging data.
Referenced by e57::ReaderImpl::GetE57Root().
ustring e57::E57Root::e57LibraryVersion |
The version identifier for the E57 file format library that wrote the file.
Referenced by e57::ReaderImpl::GetE57Root().
ustring e57::E57Root::formatName |
Contains the string "ASTM E57 3D Image File".
Referenced by e57::ReaderImpl::GetE57Root().
ustring e57::E57Root::guid |
A globally unique identification string for the current version of the file.
Referenced by e57::ReaderImpl::GetE57Root().
int64_t e57::E57Root::images2DSize { 0 } |
Size of the A heterogeneous Vector of Images2D Structures for storing 2D images from a camera or similar device.
Referenced by e57::ReaderImpl::GetE57Root().
uint32_t e57::E57Root::versionMajor { 1 } |
Major version number, should be 1.
Referenced by e57::ReaderImpl::GetE57Root().
uint32_t e57::E57Root::versionMinor { 0 } |
Minor version number, should be 0.
Referenced by e57::ReaderImpl::GetE57Root().