cloudy trunk
Loading...
Searching...
No Matches
Macros | 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.

Macros

#define IHI   59
 
#define IWID   121
 
#define NDECAD   18
 

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 (realnum[], realnum[], long, double, double, double, double, char, char *, long, bool)
 
void plot (const char *chCall)
 
STATIC void pltr (realnum x[], realnum y[], long int npnts, double xmin, double xmax, double ymin, double ymax, char chSym, char *chXtitle, long int itim, bool lgTrace)
 

Variables

t_plotCom plotCom
 

Macro Definition Documentation

◆ IHI

#define IHI   59

Definition at line 7 of file plot.cpp.

◆ IWID

#define IWID   121

Definition at line 8 of file plot.cpp.

◆ NDECAD

#define NDECAD   18

Function Documentation

◆ plot()

void plot ( const char *  chCall)

plot master routine to generate some sort of plot

Parameters
*chCall

Definition at line 38 of file plot.cpp.

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

Referenced by cloudy().

Here is the call graph for this function:

◆ pltcon()

STATIC void pltcon ( long int  np,
const char *  chCall 
)

◆ pltmap()

STATIC void pltmap ( long int  np,
const char *  chCall 
)

◆ pltopc()

STATIC void pltopc ( long int  np,
const char *  chCall 
)

◆ pltr() [1/2]

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

Definition at line 482 of file plot.cpp.

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

◆ pltr() [2/2]

STATIC void pltr ( realnum  [],
realnum  [],
long  ,
double  ,
double  ,
double  ,
double  ,
char  ,
char *  ,
long  ,
bool   
)

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

Variable Documentation

◆ plotCom

t_plotCom plotCom