Public Attributes | |
| std::string | path |
| The group path within /data containing this iteration. | |
| 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. | |
| BeginStep | beginStep = BeginStepTypes::DontBeginStep{} |
| 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.