#include <grid.h>

Data Fields | |
| float * | Energies |
| float *** | Spectra |
| char ** | paramNames |
| long * | paramMethods |
| float ** | paramRange |
| float ** | paramData |
| float ** | interpParameters |
| float | paramIncrements [LIMPAR] |
| bool | lgGrid |
| bool | lgGridDone |
| long | nintparm |
| long | naddparm |
| long | numEnergies |
| long | numParamValues [LIMPAR] |
| long | totNumModels |
| bool | lgOutputTypeOn [NUM_OUTPUT_TYPES] |
Definition at line 22 of file grid.h.
| float* t_grid::Energies |
| float*** t_grid::Spectra |
Definition at line 25 of file grid.h.
Referenced by GridGather(), GridInitialize(), and punchFITSfile().
| char** t_grid::paramNames |
| long* t_grid::paramMethods |
| float** t_grid::paramRange |
| float ** t_grid::paramData |
| float ** t_grid::interpParameters |
| float t_grid::paramIncrements[LIMPAR] |
| bool t_grid::lgGrid |
Definition at line 34 of file grid.h.
Referenced by cdInit(), cdRead(), grid_do(), GridGather(), optimize_func(), ParseCommands(), ParseOptimize(), PunchDo(), and PunchFilesInit().
| bool t_grid::lgGridDone |
Definition at line 34 of file grid.h.
Referenced by cdDrive(), gridXspec(), PunchDo(), and punchFITSfile().
| long t_grid::nintparm |
| long t_grid::naddparm |
| long t_grid::numEnergies |
Definition at line 36 of file grid.h.
Referenced by GridGather(), GridInitialize(), and punchFITSfile().
| long t_grid::numParamValues[LIMPAR] |
Definition at line 36 of file grid.h.
Referenced by cdInit(), gridXspec(), ParseOptimize(), and punchFITSfile().
| long t_grid::totNumModels |
Definition at line 36 of file grid.h.
Referenced by GridGather(), GridInitialize(), gridXspec(), PunchDo(), and punchFITSfile().
| bool t_grid::lgOutputTypeOn[NUM_OUTPUT_TYPES] |
1.5.5