Using the Fortran and C APIs

The primary purpose of the Array Visualizer routines is to enable viewing array data using the Array Viewer. Another set of routines allow the program to control how the array data is viewed, display a different array, and other functions. The routines can also save array data to an .AGL file.

Two sets of routines are provided for Fortran programmers:

If you start the Array Viewer with favStartViewer, use of certain fagl routines like faglHide, faglName, faglShow, and faglUpdate are ignored. Instead, use the corresponding fav routines. For example, instead of using faglShow, use favSetArray.

Two sets of routines are provided for C/C++ programmers:

To find out more about the routines and how to use them, see: