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

Referenced by pltr().

◆ IWID

#define IWID   121

Definition at line 8 of file plot.cpp.

Referenced by pltr().

◆ NDECAD

#define NDECAD   18

Referenced by pltr().

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, DEBUG_ENTRY, EXIT_FAILURE, ioQQQ, iterations, 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 )

Definition at line 98 of file plot.cpp.

References DEBUG_ENTRY, geometry, ioQQQ, MALLOC, MAX2, MAX3, MIN2, MIN3, nzone, opac, plotCom, pltr(), radius, rfield, STATIC, and trace.

Referenced by plot().

Here is the call graph for this function:

◆ pltmap()

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

Definition at line 275 of file plot.cpp.

References called, DEBUG_ENTRY, hcmap, ioQQQ, map_do(), MAX2, MAX3, MIN2, MIN3, plotCom, pltr(), STATIC, and trace.

Referenced by plot().

Here is the call graph for this function:

◆ pltopc()

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

Definition at line 369 of file plot.cpp.

References cdEXIT, DEBUG_ENTRY, dense, EXIT_FAILURE, ioQQQ, ipHYDROGEN, MALLOC, MAX2, MAX3, MIN2, MIN3, opac, plotCom, pltr(), rfield, STATIC, and trace.

Referenced by plot().

Here is the call graph for this function:

◆ 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, DEBUG_ENTRY, EXIT_FAILURE, IHI, input, ioQQQ, IWID, MAX2, MIN2, NDECAD, and STATIC.

◆ pltr() [2/2]

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

References STATIC.

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

Variable Documentation

◆ plotCom