NCL Home > Documentation > HLUs > Classes

Obj class

The Obj class is a simplified version of the Base class.

Synopsis

Header file:		ncarg/hlu/Base.h
Class fame:		objClass
Class pointer:		<Not referenceable>
Fortran class function:	<Not referenceable>
Superclass:		<NONE>
Composite classes:	<NONE>

Resources

The Obj class has no public resources.

Description

The Obj is a simplified form of the Base class. Classes that are subclassed from Obj as opposed to Base do not have access to the NhlDraw support function. Otherwise, the Base and Obj classes should be considered equivalent from the API.

Support functions

All the Base class support functions are available with the exception of NhlDraw.

See also