Hdf5PagerFileHandle Class Reference
This class is pure virtual and provides access to the file handle held by an
Hdf5Pager so that any plug-in using the HdfPlugIn can access the currently open file handle of a
RasterElement that is using the
Hdf5Pager as it's
RasterPager instance.
More...
#include <Hdf5PagerFileHandle.h>
List of all members.
Detailed Description
This class is pure virtual and provides access to the file handle held by an
Hdf5Pager so that any plug-in using the HdfPlugIn can access the currently open file handle of a
RasterElement that is using the
Hdf5Pager as it's
RasterPager instance.
Definition at line 22 of file Hdf5PagerFileHandle.h.
Member Function Documentation
| virtual hid_t Hdf5PagerFileHandle::getFileHandle |
( |
|
) |
[pure virtual] |
Return the HDF5 file handle currently held by the Hdf5Pager instance.
Implemented in Hdf5Pager.