#include <HdfPager.h>

Public Member Functions | |
| HdfPager () | |
| bool | getInputSpecification (PlugInArgList *&pIn) |
Protected Member Functions | |
| bool | parseInputArgs (PlugInArgList *pIn) |
| const std::string & | getHdfDatasetName () const |
| virtual void | closeFile ()=0 |
Static Protected Attributes | |
| static const int | INVALID_HANDLE |
It provides a specification for HDF4 and HDF5 pagers.
Definition at line 23 of file HdfPager.h.
| HdfPager::HdfPager | ( | ) |
Creates an HdfPager plug-in.
| bool HdfPager::getInputSpecification | ( | PlugInArgList *& | pIn | ) | [virtual] |
Creates an input argument list for the HdfAccessor plug-in.
| pIn | The input argument list that is created. |
Reimplemented from CachedPager.
| bool HdfPager::parseInputArgs | ( | PlugInArgList * | pIn | ) | [protected, virtual] |
Parses and extracts input arguments.
| pIn | The argument list to parse. Cannot be NULL. |
Reimplemented from CachedPager.
| const std::string& HdfPager::getHdfDatasetName | ( | ) | const [protected] |
Returns the name of the HDF dataset.
The HDF dataset name is one of the input arguments. Gets populated from parseInputArgs(PlugInArgList*).
| virtual void HdfPager::closeFile | ( | ) | [protected, pure virtual] |
Closes the HDF file.
The HDF File is opened in the subclasses.
const int HdfPager::INVALID_HANDLE [static, protected] |
A constant that represents an invalid handle in all forms of the HDF C API.
Definition at line 45 of file HdfPager.h.