libE57Format 3.1.1
C++ library to read & write the E57 file format for point cloud data
Loading...
Searching...
No Matches
e57::E57Root Struct Reference

Stores the top-level information for the XML section of the file. More...

#include <E57SimpleData.h>

+ Collaboration diagram for e57::E57Root:

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)
 

Detailed Description

Stores the top-level information for the XML section of the file.

Member Data Documentation

◆ coordinateMetadata

ustring e57::E57Root::coordinateMetadata

Information describing the Coordinate Reference System to be used for the file.

◆ creationDateTime

DateTime e57::E57Root::creationDateTime

Date/time that the file was created.

◆ data3DSize

int64_t e57::E57Root::data3DSize = 0

Size of the Data3D vector for storing 3D imaging data.

◆ e57LibraryVersion

ustring e57::E57Root::e57LibraryVersion

The version identifier for the E57 file format library which wrote the file.

◆ formatName

ustring e57::E57Root::formatName

Must contain the string "ASTM E57 3D Imaging Data File".

◆ guid

ustring e57::E57Root::guid

A globally unique identification string for the current version of the file.

◆ images2DSize

int64_t e57::E57Root::images2DSize = 0

Size of the Images2D vector for storing 2D images from a camera or similar device.

◆ versionMajor

uint32_t e57::E57Root::versionMajor = 1

Major version number (should be 1)

◆ versionMinor

uint32_t e57::E57Root::versionMinor = 0

Minor version number (should be 0)


The documentation for this struct was generated from the following file: