idllib

Personal IDL library for M. Galloy

single page | use frames     summary     class     fields     routine details     file attributes

hdf5/

mgffh5file__define.pro

file i/o, hdf5, sdf

includes main-level program

Class description for mgffh5file

Inheritance

All ancestor classes: mgffh5base idl_object

Properties

_extra init
filename get init

filename of the HDF 5 file

_ref_extra get

Author information

Author

Michael Galloy

Other file information

Requires:

IDL 8.0

Routines

mgffh5file::getProperty, filename=filename, _ref_extra=_ref_extra

Get properties

mgffh5file::dump

Dumps the contents of the file.

mgffh5file::browse

Start the HDF 5 browser on the file.

mgffh5file::cleanup

Free resources of the HDF 5 file, including its children.

result = mgffh5file::init(filename=filename, _extra=_extra)

Creates HDF 5 object.

mgffh5file__define

Define instance variables and class inheritance.

Routine details

top source mgffh5file::getProperty

mgffh5file::getProperty, filename=filename, _ref_extra=_ref_extra

Get properties

Keywords

filename

filename of the HDF 5 file

_ref_extra

top source mgffh5file::dump

mgffh5file::dump

Dumps the contents of the file.

top source mgffh5file::browse

mgffh5file::browse

Start the HDF 5 browser on the file.

top source mgffh5file::cleanup

mgffh5file::cleanup

Free resources of the HDF 5 file, including its children.

top source mgffh5file::init

result = mgffh5file::init(filename=filename, _extra=_extra)

Creates HDF 5 object.

Return value

1 for success, 0 for failure

Keywords

filename

filename of the HDF 5 file

_extra

top source mgffh5file__define

mgffh5file__define

Define instance variables and class inheritance.

File attributes

Modification date: Fri Feb 4 15:26:12 2011
Lines: 308
Docformat: rst rst
Personal library of Michael Galloy
Contact me if you have enhancement requests or bug fixes.