Public Member Functions | |
| TimeVariableInfoBase (Hdf5VariableInfoBase *var) | |
| IVariable * | variable () |
| Hdf5VariableInfoBase * | hdf5Info () |
| Real2 | timeInterval () const |
| void | rebuildData () |
Public Attributes | |
| UniqueArray< TimePathPair > | m_time_path_values |
| Ref< IData > | m_begin_data |
| Ref< IData > | m_end_data |
| Integer | m_current_index |
| Contains the index in the time array of the currently read time. | |
| Int64 | m_mesh_timestamp |
| Mesh timestamp when this index was read. | |
Private Attributes | |
| Hdf5VariableInfoBase * | m_hdf5_var_info |
New format allowing reading of any variable (but for now only with the 'Real' type...) //TODO: handle mesh change.
Definition at line 562 of file Hdf5VariableReader.cc.
|
inline |
Definition at line 566 of file Hdf5VariableReader.cc.
|
inline |
Definition at line 572 of file Hdf5VariableReader.cc.
|
inline |
Definition at line 579 of file Hdf5VariableReader.cc.
|
inline |
Definition at line 589 of file Hdf5VariableReader.cc.
|
inline |
Definition at line 580 of file Hdf5VariableReader.cc.
|
inline |
Definition at line 578 of file Hdf5VariableReader.cc.
Definition at line 603 of file Hdf5VariableReader.cc.
| Integer Arcane::Hdf5VariableReaderHelper2::TimeVariableInfoBase::m_current_index |
Contains the index in the time array of the currently read time.
This index is -1 if no time has been read.
Definition at line 611 of file Hdf5VariableReader.cc.
Referenced by Arcane::Hdf5VariableReaderHelper2::notifyRestore().
Definition at line 604 of file Hdf5VariableReader.cc.
|
private |
Definition at line 598 of file Hdf5VariableReader.cc.
| Int64 Arcane::Hdf5VariableReaderHelper2::TimeVariableInfoBase::m_mesh_timestamp |
Mesh timestamp when this index was read.
Definition at line 613 of file Hdf5VariableReader.cc.
| UniqueArray<TimePathPair> Arcane::Hdf5VariableReaderHelper2::TimeVariableInfoBase::m_time_path_values |
Definition at line 602 of file Hdf5VariableReader.cc.