HLU API - alphabetically

NHLPERROR
The Fortran names of these functions are NhlFPError, NhlFErrGetId, NhlFErrNumMsgs, NhlFErrGetMsg, NhlFErrCleanMsgs, NhlFErrSpringMsg, and NhlFErrFPrintMsg. There are no Fortran bindings for NHLPEROR and NhlErrAddTable.

Error handling functions for the HLU library.

NhlAddAnnotation
The Fortran name of this function is NhlFAddAnnotation.

This function adds an arbitrary View object to a plot object as an external annotation, and returns an AnnoManager object to manage it.

NhlAddData
The Fortran name of this function is NhlFAddData.

This function is used to associate a DataItem object with a data resource in a DataComm object.

NhlAddOverlay
The Fortran name of this function is NhlFAddOverlay.

This function adds an overlay plot member to a base plot.

NhlAppGetDefaultParentId
The Fortran name of this function is NhlFAppGetDefaultParentId.

This function retrieves the Id of the current default parent App object.

NhlChangeWorkstation
The Fortran name of this function is NhlFChangeWorkstation.

This function is used to change the Workstation parent of any graphical HLU object. It is provided as an access function to objects that are Base class.

NhlClassName
The Fortran name of this function is NhlFClassName.

Returns the name of the class of an object.

NhlClearWorkstation
The Fortran name of this function is NhlFClearWorkstation.

This function clears the drawing area of an instance of a Workstation object.

NhlClose
The Fortran name of this function is NhlFClose.

HLU library clean-up function.

NhlCreate
The Fortran name of this function is NhlFCreate.

This function is used to create an instance of any HLU object. It is provided as an access function to objects that are Base class.

NhlDataPolyline
The Fortran name of this function is NhlFDataPolyline.

Given arrays containing the X and Y coordinates of points in data coordinate space, this function outputs an immediate-mode polyline connecting each of the points.

NhlDataToNDC
The Fortran name of this function is NhlFDataToNDC.

Given arrays containing the X and Y coordinates of points in data coordinate space, this function returns arrays containing the X and Y coordinates of the same points in NDC space.

NhlDestroy
The Fortran name of this function is NhlFDestroy.

This function is used to destroy an HLU object.

NhlDraw
The Fortran name of this function is NhlFDraw.

This function is used to make an HLU graphical object draw.

NhlErrAddTable
The Fortran names of these functions are NhlFPError, NhlFErrGetId, NhlFErrNumMsgs, NhlFErrGetMsg, NhlFErrCleanMsgs, NhlFErrSpringMsg, and NhlFErrFPrintMsg. There are no Fortran bindings for NHLPEROR and NhlErrAddTable.

Error handling functions for the HLU library.

NhlErrClearMsgs
The Fortran names of these functions are NhlFPError, NhlFErrGetId, NhlFErrNumMsgs, NhlFErrGetMsg, NhlFErrCleanMsgs, NhlFErrSpringMsg, and NhlFErrFPrintMsg. There are no Fortran bindings for NHLPEROR and NhlErrAddTable.

Error handling functions for the HLU library.

NhlErrFPrintMsg
The Fortran names of these functions are NhlFPError, NhlFErrGetId, NhlFErrNumMsgs, NhlFErrGetMsg, NhlFErrCleanMsgs, NhlFErrSpringMsg, and NhlFErrFPrintMsg. There are no Fortran bindings for NHLPEROR and NhlErrAddTable.

Error handling functions for the HLU library.

NhlErrGetId
The Fortran names of these functions are NhlFPError, NhlFErrGetId, NhlFErrNumMsgs, NhlFErrGetMsg, NhlFErrCleanMsgs, NhlFErrSpringMsg, and NhlFErrFPrintMsg. There are no Fortran bindings for NHLPEROR and NhlErrAddTable.

Error handling functions for the HLU library.

NhlErrGetMsg
The Fortran names of these functions are NhlFPError, NhlFErrGetId, NhlFErrNumMsgs, NhlFErrGetMsg, NhlFErrCleanMsgs, NhlFErrSpringMsg, and NhlFErrFPrintMsg. There are no Fortran bindings for NHLPEROR and NhlErrAddTable.

Error handling functions for the HLU library.

NhlErrNumMsgs
The Fortran names of these functions are NhlFPError, NhlFErrGetId, NhlFErrNumMsgs, NhlFErrGetMsg, NhlFErrCleanMsgs, NhlFErrSpringMsg, and NhlFErrFPrintMsg. There are no Fortran bindings for NHLPEROR and NhlErrAddTable.

Error handling functions for the HLU library.

NhlErrSPrintMsg
The Fortran names of these functions are NhlFPError, NhlFErrGetId, NhlFErrNumMsgs, NhlFErrGetMsg, NhlFErrCleanMsgs, NhlFErrSpringMsg, and NhlFErrFPrintMsg. There are no Fortran bindings for NHLPEROR and NhlErrAddTable.

Error handling functions for the HLU library.

NhlFrame
The Fortran name of this function is NhlFFrame.

This function first updates and then clears the drawing area of an instance of a Workstation object.

NhlFree
No corresponding Fortran routines.

Memory allocation functions.

NhlFreeColor
The Fortran name of this function is NhlFFreeColor.

This function removes a color, specified by its HLU index, from the Workstation color map.

NhlGetBB
The Fortran name of this function is NhlFGetBB.

This function returns the coordinates of the left, right, top, and bottom edges of a View class object's bounding box in NDC units.

NhlGetGksCi
The Fortran name of this function is NhlFGetGksCi.

This function returns the low-level GKS color index from an HLU color index and an instance of a Workstation object.

NhlGetValues
The Fortran name of this function is NhlFGetValues.

This function is used to retrieve the resource values of an instance of any HLU object. It is provided as an access function to objects that are Base class.

NhlGetWorkspaceObjectId
The Fortran name of this function is NhlFGetWorkspaceObjectId.

This function retrieves the Workspace objects id.

NhlInitialize
The Fortran names of these functions are NhlFOpen and NhlFInitialize.

HLU library initialization functions.

NhlIsAllocatedColor
The Fortran name of this function is NhlFIsAllocatedColor.

This boolean function return True if a color has been assigned to a particular HLU color index, and False otherwise.

NhlIsApp
The Fortran name of this function is NhlFIsApp.

This boolean function returns True if the given id identifies an App class object, and False otherwise.

NhlIsDataComm
The Fortran name of this function is NhlFIsDataComm.

This boolean function returns True if the given id identifies a DataComm class object, and False otherwise.

NhlIsDataItem
The Fortran name of this function is NhlFIsDataItem.

This boolean function returns True if the given id identifies a DataItem class object, and False otherwise.

NhlIsDataSpec
The Fortran name of this function is NhlFIsDataSpec.

This boolean function returns True if the given id identifies a DataSpec class object, and False otherwise.

NhlIsTransform
The Fortran name of this function is NhlFIsTransform.

This boolean function returns True if the given id identifies a Transform class object, and False otherwise.

NhlIsView
The Fortran name of this function is NhlFIsView.

This boolean function returns True if the given id identifies a View class object, and False otherwise.

NhlIsWorkstation
The Fortran name of this function is NhlFIsWorkstation.

This boolean function returns True if the given id identifies a Workstation class object, and False otherwise.

NhlMalloc
No corresponding Fortran routines.

Memory allocation functions.

NhlNDCPolyline
The Fortran name of this function is NhlFNDCPolyline.

Given arrays containing the X and Y coordinates of points in NDC space, this function outputs an immediate-mode polyline connecting each of the points.

NhlNDCToData
The Fortran name of this function is NhlFNDCToData.

Given arrays containing the X and Y coordinates of points in NDC space, this function returns arrays containing the X and Y coordinates of the same points in data coordinate space.

NhlName
The Fortran name of this function is NhlFName.

This function returns the "name" of an object.

NhlNewColor
The Fortran name of this function is NhlFNewColor.

This function adds a color specified as an RGB triple to the colormap of a Workstation instance and returns its HLU color index.

NhlNumber
No corresponding Fortran routine.

This cpp macro determines the number of elements in a fixed-size array.

NhlOpen
The Fortran names of these functions are NhlFOpen and NhlFInitialize.

HLU library initialization functions.

NhlPError
The Fortran names of these functions are NhlFPError, NhlFErrGetId, NhlFErrNumMsgs, NhlFErrGetMsg, NhlFErrCleanMsgs, NhlFErrSpringMsg, and NhlFErrFPrintMsg. There are no Fortran bindings for NHLPEROR and NhlErrAddTable.

Error handling functions for the HLU library.

NhlRLClear
The Fortran names of these functions are NhlFRLCreate, NhlFRLDestroy, NhlFRLClear, NhlFRLUnSet, and NhlFRLIsSet. ResList support functions.
NhlRLCreate
The Fortran names of these functions are NhlFRLCreate, NhlFRLDestroy, NhlFRLClear, NhlFRLUnSet, and NhlFRLIsSet. ResList support functions.
NhlRLDestroy
The Fortran names of these functions are NhlFRLCreate, NhlFRLDestroy, NhlFRLClear, NhlFRLUnSet, and NhlFRLIsSet. ResList support functions.
NhlRLGet
The Fortran names of these functions are NhlFRLGetInteger, NhlFRLGetFloat, NhlFRLGetString. There is no Fortran binding for NhlRLGet.

Used to add the given name and val_addr to the ResList.

NhlRLGetArray
The Fortran names of these functions are NhlFRLGetIntegerArray, NhlFRLGetFloatArray, NhlFRLGetStringArray. There is no Fortran binding for NhlRLGetArray.

Used to add the given name and val_addr to the ResList.

NhlRLGetFloat
The Fortran names of these functions are NhlFRLGetInteger, NhlFRLGetFloat, NhlFRLGetString. There is no Fortran binding for NhlRLGet.

Used to add the given name and val_addr to the ResList.

NhlRLGetFloatArray
The Fortran names of these functions are NhlFRLGetIntegerArray, NhlFRLGetFloatArray, NhlFRLGetStringArray. There is no Fortran binding for NhlRLGetArray.

Used to add the given name and val_addr to the ResList.

NhlRLGetInteger
The Fortran names of these functions are NhlFRLGetInteger, NhlFRLGetFloat, NhlFRLGetString. There is no Fortran binding for NhlRLGet.

Used to add the given name and val_addr to the ResList.

NhlRLGetIntegerArray
The Fortran names of these functions are NhlFRLGetIntegerArray, NhlFRLGetFloatArray, NhlFRLGetStringArray. There is no Fortran binding for NhlRLGetArray.

Used to add the given name and val_addr to the ResList.

NhlRLGetMDArray
The Fortran names of these functions are NhlFRLGetMDIntegerArray, NhlFRLGetMDFloatArray. There is no Fortran binding for NhlRLGetMDArray.

Used to add the given name and val_addr to the ResList.

NhlRLGetMDFloatArray
The Fortran names of these functions are NhlFRLGetMDIntegerArray, NhlFRLGetMDFloatArray. There is no Fortran binding for NhlRLGetMDArray.

Used to add the given name and val_addr to the ResList.

NhlRLGetMDIntegerArray
The Fortran names of these functions are NhlFRLGetMDIntegerArray, NhlFRLGetMDFloatArray. There is no Fortran binding for NhlRLGetMDArray.

Used to add the given name and val_addr to the ResList.

NhlRLGetString
The Fortran names of these functions are NhlFRLGetInteger, NhlFRLGetFloat, NhlFRLGetString. There is no Fortran binding for NhlRLGet.

Used to add the given name and val_addr to the ResList.

NhlRLGetStringArray
The Fortran names of these functions are NhlFRLGetIntegerArray, NhlFRLGetFloatArray, NhlFRLGetStringArray. There is no Fortran binding for NhlRLGetArray.

Used to add the given name and val_addr to the ResList.

NhlRLIsSet
The Fortran names of these functions are NhlFRLCreate, NhlFRLDestroy, NhlFRLClear, NhlFRLUnSet, and NhlFRLIsSet. ResList support functions.
NhlRLSet
The Fortran names of these functions are NhlFRLSetInteger, NhlFRLSetFloat, NhlFRLSetString. There is no Fortran binding for NhlRLSet.

Used to add the given name and value to the ResList.

NhlRLSetArray
The Fortran names of these functions are NhlFRLSetIntegerArray, NhlFRLSetFloatArray, NhlFRLSetStringArray. There is no Fortran binding for NhlRLSetArray.

Used to add the given name and value array to the ResList.

NhlRLSetFloat
The Fortran names of these functions are NhlFRLSetInteger, NhlFRLSetFloat, NhlFRLSetString. There is no Fortran binding for NhlRLSet.

Used to add the given name and value to the ResList.

NhlRLSetFloatArray
The Fortran names of these functions are NhlFRLSetIntegerArray, NhlFRLSetFloatArray, NhlFRLSetStringArray. There is no Fortran binding for NhlRLSetArray.

Used to add the given name and value array to the ResList.

NhlRLSetInteger
The Fortran names of these functions are NhlFRLSetInteger, NhlFRLSetFloat, NhlFRLSetString. There is no Fortran binding for NhlRLSet.

Used to add the given name and value to the ResList.

NhlRLSetIntegerArray
The Fortran names of these functions are NhlFRLSetIntegerArray, NhlFRLSetFloatArray, NhlFRLSetStringArray. There is no Fortran binding for NhlRLSetArray.

Used to add the given name and value array to the ResList.

NhlRLSetMDArray
The Fortran names of these functions are NhlFRLSetMDIntegerArray, NhlFRLSetMDFloatArray. There is no Fortran binding for NhlRLSetMDArray.

Used to add the given name and value array to the ResList.

NhlRLSetMDFloatArray
The Fortran names of these functions are NhlFRLSetMDIntegerArray, NhlFRLSetMDFloatArray. There is no Fortran binding for NhlRLSetMDArray.

Used to add the given name and value array to the ResList.

NhlRLSetMDIntegerArray
The Fortran names of these functions are NhlFRLSetMDIntegerArray, NhlFRLSetMDFloatArray. There is no Fortran binding for NhlRLSetMDArray.

Used to add the given name and value array to the ResList.

NhlRLSetString
The Fortran names of these functions are NhlFRLSetInteger, NhlFRLSetFloat, NhlFRLSetString. There is no Fortran binding for NhlRLSet.

Used to add the given name and value to the ResList.

NhlRLSetStringArray
The Fortran names of these functions are NhlFRLSetIntegerArray, NhlFRLSetFloatArray, NhlFRLSetStringArray. There is no Fortran binding for NhlRLSetArray.

Used to add the given name and value array to the ResList.

NhlRLUnSet
The Fortran names of these functions are NhlFRLCreate, NhlFRLDestroy, NhlFRLClear, NhlFRLUnSet, and NhlFRLIsSet. ResList support functions.
NhlRealloc
No corresponding Fortran routines.

Memory allocation functions.

NhlRemoveAnnotation
The Fortran name of this function is NhlFRemoveAnnotation.

This function removes an arbitrary View object annotation from a Plot Object, destroying its AnnoManager object.

NhlRemoveData
The Fortran name of this function is NhlFRemoveData.

This function is used to dissociate a DataItem object from a data resource in a DataComm object.

NhlRemoveOverlay
The Fortran name of this function is NhlFRemoveOverlay.

This function removes an overlay plot member from a base plot.

NhlSetColor
The Fortran name of this function is NhlFSetColor.

This function sets the RGB color value for a specified HLU color index.

NhlSetValues
The Fortran name of this function is NhlFSetValues.

This function is used to change the resource values of an instance of any HLU object. It is provided as an access function to objects that are Base class.

NhlUpdateData
The Fortran name of this function is NhlFUpdateData.

This function is used to force a DataComm object to update its internal state to any changes that have occurred in associated DataItems.

NhlUpdateWorkstation
The Fortran name of this function is NhlFUpdateWorkstation.

This function updates the drawing area of an instance of a Workstation object.


Reference Manual Control Panel

NG4 Home, Index, Examples, Glossary, Feedback, Ref Contents, Ref WhereAmI?


$Revision: 1.5 $ $Date: 1995/07/26 23:26:52 $