|
Nektar++
|
#include <FieldIOHdf5.h>


Public Member Functions | |
| H5DataSource (const std::string &fn, H5::PListSharedPtr parallelProps) | |
| Constructor based on filename. More... | |
| H5::FileSharedPtr | Get () |
| Get H5::FileSharedPtr reference to file. More... | |
| const H5::FileSharedPtr | Get () const |
| Get H5::FileSharedPtr reference to file. More... | |
Static Public Member Functions | |
| static DataSourceSharedPtr | create (const std::string &fn, H5::PListSharedPtr parallelProps) |
| Static constructor for this data source. More... | |
Private Attributes | |
| H5::FileSharedPtr | doc |
| HDF5 document. More... | |
Definition at line 57 of file FieldIOHdf5.h.
|
inline |
Constructor based on filename.
Definition at line 61 of file FieldIOHdf5.h.
Referenced by create().
|
inlinestatic |
Static constructor for this data source.
Definition at line 79 of file FieldIOHdf5.h.
References H5DataSource().
Referenced by Nektar::LibUtilities::FieldIOHdf5::v_Import(), and Nektar::LibUtilities::FieldIOHdf5::v_ImportFieldMetaData().
|
inline |
Get H5::FileSharedPtr reference to file.
Definition at line 67 of file FieldIOHdf5.h.
References doc.
Referenced by Nektar::LibUtilities::FieldIOHdf5::ImportHDF5FieldMetaData().
|
inline |
Get H5::FileSharedPtr reference to file.
Definition at line 73 of file FieldIOHdf5.h.
References doc.
|
private |
HDF5 document.
Definition at line 87 of file FieldIOHdf5.h.
Referenced by CellMLToNektar.optimize.LookupTableAnalyser::analyse_model(), CellMLToNektar.translators.CellMLTranslator::config(), CellMLToNektar.optimize.LookupTableAnalyser::config(), Get(), and CellMLToNektar.translators.CellMLTranslator::scan_for_lookup_tables().
1.8.8