cloudy
trunk
|
#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 |
Data Fields | |
const molezone * | sp |
qStateConstProxy | q |
const double * | val |
string | valLabel |
Definition at line 10 of file generic_state.h.
|
inline |
Definition at line 13 of file generic_state.h.
|
inlineexplicit |
Definition at line 14 of file generic_state.h.
|
inlineexplicit |
Definition at line 15 of file generic_state.h.
|
inlineexplicit |
Definition at line 17 of file generic_state.h.
bool genericState::associated | ( | ) | const |
Definition at line 90 of file generic_state.cpp.
References qStateConstProxy::associated(), null_molezone, q, sp, and val.
string genericState::database | ( | ) | const |
Definition at line 82 of file generic_state.cpp.
References species::database, molezone::dbase, null_molezone, and sp.
Referenced by dBaseUpdateCollCoeffs().
string genericState::label | ( | ) | const |
Definition at line 70 of file generic_state.cpp.
References qStateConstProxy::associated(), qStateConstProxy::chLabel(), molezone::global(), molecule::label, null_molezone, q, sp, val, and valLabel.
Referenced by SaveSpeciesOptDep().
qStateConstProxy genericState::q |
Definition at line 20 of file generic_state.h.
Referenced by associated(), cdColm(), column(), density(), depart(), energy(), and label().
const molezone* genericState::sp |
Definition at line 19 of file generic_state.h.
Referenced by associated(), cdColm(), column(), database(), density(), depart(), energy(), label(), levels(), and SaveSpeciesOptDep().
const double* genericState::val |
Definition at line 21 of file generic_state.h.
Referenced by associated(), column(), density(), depart(), energy(), label(), and levels().
string genericState::valLabel |
Definition at line 22 of file generic_state.h.
Referenced by label().