#include <Hdf4Utilities.h>
Public Member Functions | |
| Args (std::string filename, int32 access=DFACC_READ) | |
Public Attributes | |
| std::string | mFilename |
| int32 | mAccess |
It is used for passing the parameters required by SDstart.
Definition at line 106 of file Hdf4Utilities.h.
| 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.
| 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.
| std::string HdfUtilities::Hdf4FileObject::Args::mFilename |
How the file is accessed (read, write, append, truncate, etc.
).
For details, see the HDF documentation.
Definition at line 118 of file Hdf4Utilities.h.