mglib

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

Author information

Author

Michael Galloy

Other file information

Requires:

IDL 8.0

Class description for mgffh5file

Inheritance

All ancestor classes: mgffh5base idl_object

Properties

Properties in mgffh5file

_extra init
_ref_extra get
filename get init

filename of the HDF 5 file

Routines

Methods inherited from idl_object

Methods inherited from mgffh5base

Routines from mgffh5file__define.pro

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 mgffh5file::getProperty

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

Get properties

Keywords

filename

filename of the HDF 5 file

_ref_extra

top mgffh5file::dump

mgffh5file::dump

Dumps the contents of the file.

top mgffh5file::browse

mgffh5file::browse

Start the HDF 5 browser on the file.

top mgffh5file::cleanup

mgffh5file::cleanup

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

top 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 mgffh5file__define

mgffh5file__define

Define instance variables and class inheritance.

File attributes

Modification date: Wed May 14 15:07:14 2014
Lines: 140
Docformat: rst rst
Personal library of Michael Galloy
Contact me if you have enhancement requests or bug fixes.