Cloudy
Spectral Synthesis Code for Astrophysics
|
#include <generic_state.h>
Public Member Functions | |
genericState () | |
genericState (const molezone *sp) | |
genericState (const qStateConstProxy &q) | |
genericState (const char *valLabel, const double *val) | |
bool | associated () const |
string | label () const |
string | database () const |
bool | isSpecies () const |
Public Attributes | |
const molezone * | sp |
qStateConstProxy | q |
const double * | val |
string | valLabel |
|
inline |
|
inlineexplicit |
|
inlineexplicit |
|
inlineexplicit |
bool genericState::associated | ( | ) | const |
References qStateConstProxy::associated(), isSpecies(), NULL, q, and val.
string genericState::database | ( | ) | const |
References species::database, molezone::dbase, isSpecies(), NULL, and sp.
bool genericState::isSpecies | ( | ) | const |
References NULL, null_molezone, and sp.
Referenced by associated(), database(), and label().
string genericState::label | ( | ) | const |
References qStateConstProxy::associated(), qStateConstProxy::chLabel(), molezone::global(), isSpecies(), molecule::label, NULL, q, sp, val, and valLabel.
Referenced by SaveSpeciesOptDep().
qStateConstProxy genericState::q |
const molezone* genericState::sp |
Referenced by cdColm(), column(), database(), density(), depart(), energy(), isSpecies(), label(), levels(), and SaveSpeciesOptDep().
const double* genericState::val |
string genericState::valLabel |
Referenced by label().