Public Member Functions | |
| Hdf5ScalarVariableInfo (IVariable *v) | |
| VariableType & | trueVariable () |
| virtual IVariable * | variable () const |
| virtual void | readVariable (Hdf5Utils::HFile &hfile, const String &filename, Hdf5Utils::StandardTypes &st, const String &ids_hpath, IData *data) |
| virtual void | writeVariable (Hdf5Utils::HFile &hfile, Hdf5Utils::StandardTypes &st) |
| Public Member Functions inherited from Arcane::Hdf5VariableInfoBase | |
| const String & | path () const |
| Path in the Hdf5 file containing the variable value. | |
| void | setPath (const String &path) |
| Sets the path in the Hdf5 file containing the variable value. | |
| void | writeGroup (Hdf5Utils::HFile &hfile, Hdf5Utils::StandardTypes &st, const String &hdf_path, Integer save_type) |
| void | readGroupInfo (Hdf5Utils::HFile &hfile, Hdf5Utils::StandardTypes &st, const String &hdf_path, Int64Array &uids, Real3Array ¢ers) |
| void | setCorrespondanceFunctor (ICorrespondanceFunctor *functor) |
Private Member Functions | |
| void | _readStandardArray (Array< DataType > &buffer, hid_t file_id, Hdf5Utils::StandardTypes &st) |
| void | _writeStandardArray (Array< DataType > &buffer, hid_t file_id, Hdf5Utils::StandardTypes &st) |
Private Attributes | |
| VariableType | m_variable |
Additional Inherited Members | |
| Static Public Member Functions inherited from Arcane::Hdf5VariableInfoBase | |
| static Hdf5VariableInfoBase * | create (IMesh *mesh, const String &name, const String &family) |
| static Hdf5VariableInfoBase * | create (IVariable *variable) |
| Creates an instance for the variable variable. | |
| Static Public Attributes inherited from Arcane::Hdf5VariableInfoBase | |
| static const Integer | SAVE_IDS = 1 |
| static const Integer | SAVE_COORDS = 2 |
| Protected Attributes inherited from Arcane::Hdf5VariableInfoBase | |
| ICorrespondanceFunctor * | m_correspondance_functor |
Definition at line 76 of file Hdf5VariableInfoBase.cc.
| Arcane::Hdf5ScalarVariableInfo< VariableType, DataType >::Hdf5ScalarVariableInfo | ( | IVariable * | v | ) |
Definition at line 597 of file Hdf5VariableInfoBase.cc.
|
private |
Definition at line 645 of file Hdf5VariableInfoBase.cc.
|
private |
Definition at line 686 of file Hdf5VariableInfoBase.cc.
|
virtual |
Implements Arcane::Hdf5VariableInfoBase.
Definition at line 608 of file Hdf5VariableInfoBase.cc.
|
inline |
Definition at line 85 of file Hdf5VariableInfoBase.cc.
|
inlinevirtual |
Implements Arcane::Hdf5VariableInfoBase.
Definition at line 86 of file Hdf5VariableInfoBase.cc.
|
virtual |
Implements Arcane::Hdf5VariableInfoBase.
Definition at line 697 of file Hdf5VariableInfoBase.cc.
|
private |
Definition at line 103 of file Hdf5VariableInfoBase.cc.