#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.
Defines | |
| #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) | 
| #define NDECAD 18 | 
Referenced by pltr().
| void plot | ( | const char * | chCall | ) | 
plot master routine to generate some sort of plot
| *chCall | 
Definition at line 36 of file plot.cpp.
References called, t_plotCom::chPType, DEBUG_ENTRY, iterations, t_iterations::lgLastIt, t_plotCom::lgPlotON, t_called::lgTalk, t_plotCom::nplot, plotCom, pltcon(), and pltmap().
Referenced by cloudy().
Here is the call graph for this function:

| STATIC void pltcon | ( | long int | np, | |
| const char * | chCall | |||
| ) | 
Definition at line 96 of file plot.cpp.
References t_rfield::anu, t_rfield::anu2, t_rfield::anulog, t_plotCom::chPType, t_rfield::ConEmitOut, t_rfield::ConEmitReflec, t_geometry::covgeo, DEBUG_ENTRY, t_rfield::flux, t_rfield::flux_total_incident, geometry, ioQQQ, t_plotCom::lgPltTrace, t_geometry::lgSphere, MALLOC, MAX2, MIN2, t_rfield::nflux, t_rfield::nupper, t_rfield::outlin, t_rfield::outlin_noplot, plotCom, t_plotCom::pltxmn, t_plotCom::pltxmx, t_radius::r1r0sq, radius, rfield, and t_rfield::widflx.
Referenced by plot().
| STATIC void pltmap | ( | long int | np, | |
| const char * | chCall | |||
| ) | 
Definition at line 273 of file plot.cpp.
References called, t_hcmap::cmap, DEBUG_ENTRY, hcmap, t_hcmap::hmap, ioQQQ, t_hcmap::lgMapBeingDone, t_plotCom::lgPltTrace, t_called::lgTalk, map_do(), MAX2, MAX3, MIN2, MIN3, t_hcmap::nmap, plotCom, t_plotCom::pltxmn, t_plotCom::pltxmx, t_hcmap::RangeMap, and t_hcmap::temap.
Referenced by plot().
Here is the call graph for this function:

| STATIC void pltopc | ( | long int | np, | |
| const char * | chCall | |||
| ) | 
Definition at line 367 of file plot.cpp.
References t_rfield::anulog, t_plotCom::chPType, DEBUG_ENTRY, ioQQQ, t_plotCom::lgPltTrace, MALLOC, MAX2, MIN2, t_rfield::nflux, t_rfield::nupper, opac, t_opac::opacity_abs, t_opac::opacity_abs_savzon1, t_opac::opacity_sct, t_opac::opacity_sct_savzon1, plotCom, t_plotCom::pltxmn, t_plotCom::pltxmx, and rfield.
| STATIC void pltr | ( | realnum | [], | |
| realnum | [], | |||
| long | , | |||
| double | , | |||
| double | , | |||
| double | , | |||
| double | , | |||
| char | , | |||
| char * | , | |||
| long | , | |||
| bool | ||||
| ) | 
 1.4.7