Hdf4Pager Class Reference

This class is an on-disk accessor for HDF4 files. More...

#include <Hdf4Pager.h>

Inheritance diagram for Hdf4Pager:

Inheritance graph

List of all members.

Public Member Functions

 Hdf4Pager ()
 ~Hdf4Pager ()


Detailed Description

This class is an on-disk accessor for HDF4 files.

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.


Constructor & Destructor Documentation

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().


Software Development Kit - Opticks 4.9.0 Build 16218