GEOSX
|
An abstract class representing an HDF output target. More...
#include <TimeHistHDF.hpp>
Public Member Functions | |
virtual | operator hid_t () |
Get the HDF hid_t of the target. More... | |
virtual bool | CheckInTarget (const string &name) |
Whether a dataset/group with the specified name exists in the target. More... | |
An abstract class representing an HDF output target.
Definition at line 40 of file TimeHistHDF.hpp.
|
inlinevirtual |
Whether a dataset/group with the specified name exists in the target.
name | The dataset/group name to check for. |
Definition at line 54 of file TimeHistHDF.hpp.
|
inlinevirtual |
Get the HDF hid_t of the target.
Reimplemented in geosx::HDFFile.
Definition at line 47 of file TimeHistHDF.hpp.