#include <Hdf4Utilities.h>
Public Member Functions | |
| Args (int32 fileHandle, int dsIndex) | |
| Args (int32 fileHandle, const std::string &datasetName) | |
Public Attributes | |
| int32 | mFileHandle |
| int | mIndex |
It is used for passing the parameters required by SDstart.
Definition at line 209 of file Hdf4Utilities.h.
| HdfUtilities::Hdf4DatasetObject::Args::Args | ( | int32 | fileHandle, | |
| int | dsIndex | |||
| ) |
Constructs an Args object for an HDF4 Dataset Object.
See Resource.h for details.
| fileHandle | A file handle repsesenting the file that contains the specified dataset. | |
| dsIndex | The index of the dataset to access. |
Definition at line 237 of file Hdf4Utilities.h.
| HdfUtilities::Hdf4DatasetObject::Args::Args | ( | int32 | fileHandle, | |
| const std::string & | datasetName | |||
| ) |
Constructs an Args object for an HDF4 Dataset Object.
See Resource.h for details.
This method is provided for convenience, behaving the same as the constructor above.
| fileHandle | A file handle repsesenting the file that contains the specified dataset. | |
| datasetName | The name of the dataset to access. |
Definition at line 257 of file Hdf4Utilities.h.
The file handle that represents the file that contains the dataset.
Definition at line 215 of file Hdf4Utilities.h.
The index of the dataset.
There are two constructors provided, one that takes the name of the dataset, one that takes the index. This value is then initialized appropriately by the constructor.
Definition at line 224 of file Hdf4Utilities.h.