Field3D
|
Scoped object - opens a dataset on creation and closes it on destruction. More...
#include <Hdf5Util.h>
Public Member Functions | |
H5ScopedDget_space () | |
H5ScopedDget_space (hid_t dataset_id) | |
void | open (hid_t dataset_id) |
~H5ScopedDget_space () |
Scoped object - opens a dataset on creation and closes it on destruction.
Definition at line 353 of file Hdf5Util.h.
Hdf5Util::H5ScopedDget_space::H5ScopedDget_space | ( | ) | [inline] |
Definition at line 356 of file Hdf5Util.h.
: H5Base() { // Empty }
Hdf5Util::H5ScopedDget_space::H5ScopedDget_space | ( | hid_t | dataset_id | ) | [inline] |
Hdf5Util::H5ScopedDget_space::~H5ScopedDget_space | ( | ) | [inline] |
Definition at line 369 of file Hdf5Util.h.
References Hdf5Util::H5Base::m_id.
void Hdf5Util::H5ScopedDget_space::open | ( | hid_t | dataset_id | ) | [inline] |
Definition at line 365 of file Hdf5Util.h.
References Hdf5Util::H5Base::m_id.
Referenced by H5ScopedDget_space(), and SparseDataReader< Data_T >::SparseDataReader().
{ m_id = H5Dget_space(dataset_id); }