#include <Hdf4Pager.h>

Public Member Functions | |
| Hdf4Pager () | |
| ~Hdf4Pager () | |
Under current conditions, no one will need to derive from Hdf4Pager unless multiple HDF datasets correspond to a single data cube or the data interleave is BIL, which is currently not natively supported.
Definition at line 27 of file Hdf4Pager.h.
| Hdf4Pager::Hdf4Pager | ( | ) |
Creates an RasterPager for HDF4 data.
If you create a subclass, make sure to call setName() to something unique. Two plug-ins with the same name will cause problems.
| Hdf4Pager::~Hdf4Pager | ( | ) |
Destroys the RasterPager for HDF4 data.
Closes the file and dataset that was opened by openFile().