openPMD-api
Public Attributes | List of all members
openPMD::internal::DeferredParseAccess Struct Reference
Collaboration diagram for openPMD::internal::DeferredParseAccess:
Collaboration graph
[legend]

Public Attributes

std::string path
 The group path within /data containing this iteration. More...
 
uint64_t iteration = 0
 The iteration index as accessed by the user in series.iterations[i].
 
bool fileBased = false
 If this iteration is part of a Series with file-based layout. More...
 
std::string filename
 If fileBased == true, the file name (without file path) of the file containing this iteration.
 
bool beginStep = false
 

Member Data Documentation

◆ fileBased

bool openPMD::internal::DeferredParseAccess::fileBased = false

If this iteration is part of a Series with file-based layout.

(Group- and variable-based parsing shares the same code logic.)

◆ path

std::string openPMD::internal::DeferredParseAccess::path

The group path within /data containing this iteration.

Example: "1" for iteration 1, "" in variable-based iteration encoding.


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