mglib

Personal IDL library for M. Galloy

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

hdf5/

mgffh5base__define.pro


Common functionality for HDF 5 classes.

Class description for mgffh5base

Inheritance

Subclasses: mgffh5dataset mgffh5file mgffh5group

Properties

Properties in mgffh5base

fullname get
identifier get init

HDF 5 identifier for object

name get init

name of the object

parent get init

parent MGffH5 object

Routines

Methods inherited from idl_object

Routines from mgffh5base__define.pro

mgffh5base::getProperty, parent=parent, identifier=identifier, name=name, fullname=fullname

Get properties.

result = mgffh5base::_overloadHelp(varname [, type=string] [, specs=string])

HELP overload common routine.

result = mgffh5base::init(parent=parent, identifier=identifier, name=name)

Creates HDF 5 object.

mgffh5base__define

Define instance variables and class inheritance.

Routine details

top mgffh5base::getProperty

mgffh5base::getProperty, parent=parent, identifier=identifier, name=name, fullname=fullname

Get properties.

Keywords

parent

parent MGffH5 object

identifier

HDF 5 identifier for object

name

name of the object

fullname

top mgffh5base::_overloadHelp

result = mgffh5base::_overloadHelp(varname [, type=string] [, specs=string])

HELP overload common routine.

Parameters

varname in required type=string

name of variable to provide HELP for

Keywords

type in optional type=string default=NC_BASE

type for object

specs in optional type=string default=

specs for object, depending on object type

top mgffh5base::init

result = mgffh5base::init(parent=parent, identifier=identifier, name=name)

Creates HDF 5 object.

Return value

1 for success, 0 for failure

Keywords

parent

parent MGffH5 object

identifier

HDF 5 identifier for object

name

name of the object

top mgffh5base__define

mgffh5base__define

Define instance variables and class inheritance.

File attributes

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