HdfUtilities::Hdf4DatasetObject::Args Struct Reference

This is an implementation detail of the Hdf4FileObject class. More...

#include <Hdf4Utilities.h>

List of all members.

Public Member Functions

 Args (int32 fileHandle, int dsIndex)
 Args (int32 fileHandle, const std::string &datasetName)

Public Attributes

int32 mFileHandle
int mIndex


Detailed Description

This is an implementation detail of the Hdf4FileObject class.

It is used for passing the parameters required by SDstart.

Definition at line 209 of file Hdf4Utilities.h.


Constructor & Destructor Documentation

HdfUtilities::Hdf4DatasetObject::Args::Args ( int32  fileHandle,
int  dsIndex 
)

Constructs an Args object for an HDF4 Dataset Object.

See Resource.h for details.

Parameters:
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.

Parameters:
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.


Member Data Documentation

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.


Software Development Kit - Opticks 4.9.0 Build 16218