HdfUtilities::Hdf4FileObject::Args Struct Reference

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

#include <Hdf4Utilities.h>

List of all members.

Public Member Functions

 Args (std::string filename, int32 access=DFACC_READ)

Public Attributes

std::string mFilename
int32 mAccess


Detailed Description

This is an implementation detail of the Hdf4FileObject class.

It is used for passing the parameters required by SDstart.

Definition at line 106 of file Hdf4Utilities.h.


Constructor & Destructor Documentation

HdfUtilities::Hdf4FileObject::Args::Args ( std::string  filename,
int32  access = DFACC_READ 
)

Constructs an Args object for an HDF4 File Object.

See Resource.h for details.

Parameters:
filename The file that is opened.
access How the file will be opened (ie. DFACC_READ, DFACC_WRITE, etc.). See the HDF documentation for details.

Definition at line 131 of file Hdf4Utilities.h.


Member Data Documentation

The file name of the file that is opened.

Definition at line 111 of file Hdf4Utilities.h.

How the file is accessed (read, write, append, truncate, etc.

).

For details, see the HDF documentation.

Definition at line 118 of file Hdf4Utilities.h.


Software Development Kit - Opticks 4.9.0 Build 16218