HdfUtilities::Hdf4DatasetObject Class Reference

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

#include <Hdf4Utilities.h>

List of all members.

Public Member Functions

int32 * obtainResource (const Args &args) const
void releaseResource (const Args &args, int32 *pHandle) const

Classes

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


Detailed Description

This is an implementation detail of the Hdf4DatasetObject class.

It is used for passing the parameters required by SDselect.

Definition at line 201 of file Hdf4Utilities.h.


Member Function Documentation

int32* HdfUtilities::Hdf4DatasetObject::obtainResource ( const Args args  )  const

Obtains an HDF4 dataset handle.

See Resource.h for details.

Parameters:
args The arguments for obtaining the resource. Should be of type Hdf4DatasetObject::Args.
Returns:
Returns a pointer to a handle of the dataset.

void HdfUtilities::Hdf4DatasetObject::releaseResource ( const Args args,
int32 *  pHandle 
) const

Releases an HDF4 dataset handle.

See Resource.h for details.

Parameters:
args The arguments for releasing the resource. Should be of type Hdf4DatasetObject::Args.
pHandle A pointer to the handle to be freed.


Software Development Kit - Opticks 4.9.0 Build 16218