cloudy  trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Data Structures | Macros | Functions | Variables
plot.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  t_plotCom
 

Macros

#define NDPLOT   10L
 

Functions

void plot (const char *chCall)
 

Variables

t_plotCom plotCom
 

Macro Definition Documentation

#define NDPLOT   10L

limit to the number of plots we can store at one time

Definition at line 13 of file plot.h.

Referenced by InitDefaultsPreparse(), and ParsePlot().

Function Documentation

void plot ( const char *  chCall)

plot master routine to generate some sort of plot

Parameters
*chCall

Definition at line 39 of file plot.cpp.

References called, cdEXIT, t_plotCom::chPType, DEBUG_ENTRY, EXIT_FAILURE, fprintf(), ioQQQ, iterations, t_iterations::lgLastIt, t_plotCom::lgPlotON, t_called::lgTalk, t_plotCom::nplot, pltcon(), pltmap(), and pltopc().

Referenced by cloudy().

Here is the call graph for this function:

Variable Documentation

t_plotCom plotCom