mglib

Personal IDL library for M. Galloy

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

netcdf/

mgffncbase__define.pro

file i/o, netcdf, sdf


Class of functionality common to files, groups, and variables.

Class description for mgffncbase

Inheritance

Subclasses: mgffncfile mgffncvariable mgffncgroup

Properties

Properties in mgffncbase

identifier get init

netCDF object identifier

parent get init

parent object in netCDF hierarchy

Routines

Methods inherited from idl_object

Routines from mgffncbase__define.pro

mgffncbase::getProperty, identifier=identifier, parent=parent

Get properties.

mgffncbase::setProperty

Get properties.

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

HELP overload common routine.

mgffncbase::cleanup

Free resources.

result = mgffncbase::init(identifier=identifier, parent=parent)

Do base instantiation.

mgffncbase__define

Define instance variables and class inheritance.

Routine details

top mgffncbase::getProperty

mgffncbase::getProperty, identifier=identifier, parent=parent

Get properties.

Keywords

identifier

netCDF object identifier

parent

parent object in netCDF hierarchy

top mgffncbase::setProperty

mgffncbase::setProperty

Get properties.

top mgffncbase::_overloadHelp

result = mgffncbase::_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 mgffncbase::cleanup

mgffncbase::cleanup

Free resources.

top mgffncbase::init

result = mgffncbase::init(identifier=identifier, parent=parent)

Do base instantiation.

Return value

1 for success, 0 for failure

Keywords

identifier

netCDF object identifier

parent

parent object in netCDF hierarchy

top mgffncbase__define

mgffncbase__define

Define instance variables and class inheritance.

File attributes

Modification date: Thu Jun 12 14:37:51 2014
Lines: 79
Docformat: rst rst
Personal library of Michael Galloy
Contact me if you have enhancement requests or bug fixes.