Class to store offset information. More...
Public Member Functions | |
| DatasetInfo (const String &name) | |
| DatasetInfo (HGroup &_group, const String &name) | |
| bool | isNull () const |
| HGroup * | group () const |
| const String & | name () const |
| Int64 | offset () const |
| Offset value. (-1) if writing to the end of the array. | |
| void | setOffset (Int64 v) |
Friends | |
| bool | operator< (const DatasetInfo &s1, const DatasetInfo &s2) |
Class to store offset information.
This is a pair (hdf_group, dataset_name).
The group can be null in which case it is an offset that is only calculated and will not be saved.
Instances of this class use a reference to an HDF5 group and thus this group must live longer than the instance.
Definition at line 126 of file VtkHdfV2PostProcessor.cc.
|
inlineexplicit |
Definition at line 129 of file VtkHdfV2PostProcessor.cc.
|
inline |
Definition at line 132 of file VtkHdfV2PostProcessor.cc.
|
inline |
Definition at line 138 of file VtkHdfV2PostProcessor.cc.
|
inline |
Definition at line 136 of file VtkHdfV2PostProcessor.cc.
|
inline |
Definition at line 139 of file VtkHdfV2PostProcessor.cc.
|
inline |
Offset value. (-1) if writing to the end of the array.
Definition at line 141 of file VtkHdfV2PostProcessor.cc.
|
inline |
Definition at line 142 of file VtkHdfV2PostProcessor.cc.
|
friend |
Definition at line 143 of file VtkHdfV2PostProcessor.cc.