cloudy  trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions | Variables
plot.cpp File Reference
#include "cddefines.h"
#include "iterations.h"
#include "called.h"
#include "input.h"
#include "rfield.h"
#include "trace.h"
#include "radius.h"
#include "geometry.h"
#include "opacity.h"
#include "dense.h"
#include "hcmap.h"
#include "plot.h"
Include dependency graph for plot.cpp:

Go to the source code of this file.

Functions

STATIC void pltcon (long int np, const char *chCall)
 
STATIC void pltmap (long int np, const char *chCall)
 
STATIC void pltopc (long int np, const char *chCall)
 
STATIC void pltr (const double[], const double[], long, double, double, double, double, char, const char *, long, bool)
 
void plot (const char *chCall)
 
STATIC void pltr (const double x[], const double y[], long int npnts, double xmin, double xmax, double ymin, double ymax, char chSym, const char *chXtitle, long int itim, bool lgTrace)
 

Variables

static const int IHI = 59
 
static const int IWID = 121
 
t_plotCom plotCom
 

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:

STATIC void pltcon ( long int  np,
const char *  chCall 
)
STATIC void pltmap ( long int  np,
const char *  chCall 
)
STATIC void pltopc ( long int  np,
const char *  chCall 
)
STATIC void pltr ( const double  [],
const double  [],
long  ,
double  ,
double  ,
double  ,
double  ,
char  ,
const char *  ,
long  ,
bool   
)

Referenced by pltcon(), pltmap(), and pltopc().

STATIC void pltr ( const double  x[],
const double  y[],
long int  npnts,
double  xmin,
double  xmax,
double  ymin,
double  ymax,
char  chSym,
const char *  chXtitle,
long int  itim,
bool  lgTrace 
)

Definition at line 483 of file plot.cpp.

References cdEXIT, t_input::chTitle, DEBUG_ENTRY, EXIT_FAILURE, fprintf(), IHI, input, ioQQQ, IWID, MAX2, and MIN2.

Here is the call graph for this function:

Variable Documentation

const int IHI = 59
static

Definition at line 17 of file plot.cpp.

Referenced by pltr().

const int IWID = 121
static

Definition at line 18 of file plot.cpp.

Referenced by pltr().

t_plotCom plotCom