|
openPMD-api
|

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 |
| 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.)
| std::string openPMD::internal::DeferredParseAccess::path |
The group path within /data containing this iteration.
Example: "1" for iteration 1, "" in variable-based iteration encoding.
1.8.13