|
E57 Simple API V1.0.312
Aug. 10, 2012
|
The e57::E57Root is a structure that stores the top-level information for the XML section of the file. More...
#include <E57Simple.h>

Public Member Functions | |
| E57Root (void) | |
| This function is the constructor for the images3D class. | |
| ~E57Root (void) | |
| This function is the destructor for the reader class. | |
| void | Reset (void) |
| This function clears all the data members of the E57Root class. | |
Public Attributes | |
| ustring | formatName |
| Contains the string “ASTM E57 3D Image File” | |
| ustring | guid |
| A globally unique identification string for the current version of the file. | |
| uint32_t | versionMajor |
| Major version number, should be 1. | |
| uint32_t | versionMinor |
| Minor version number, should be 0. | |
| ustring | e57LibraryVersion |
| The version identifier for the E57 file format library that wrote the file. | |
| e57::DateTime | creationDateTime |
| Date/time that the file was created. | |
| int32_t | data3DSize |
| Size of the Data3D vector for storing 3D imaging data. | |
| int32_t | images2DSize |
| Size of the A heterogeneous Vector of Images2D Structures for storing 2D images from a camera or similar device. | |
| ustring | coordinateMetadata |
| Information describing the Coordinate Reference System to be used for the file. | |
The e57::E57Root is a structure that stores the top-level information for the XML section of the file.
1.8.2