cloudy
trunk
|
Public Member Functions | |
void | setup (const string &splab, vector< bands_file >::iterator it) |
void | insert () |
string | bandFilename () const |
string | getLabel () const |
realnum | getWl (const long iband) const |
realnum | getWlLo (const long iband) const |
realnum | getWlHi (const long iband) const |
Public Member Functions inherited from band_cont | |
virtual | ~band_cont ()=0 |
string | label () const |
long | bins () const |
void | accumulate (bool lgReset, double dVeffAper) |
double | getInten (const long ibin, const int ipContType) const |
Data Fields | |
string | inwdLabel |
Private Member Functions | |
void | check_index_fatal (const long iband) const |
void | sumBand (double *sumOutward, double *sumInward) const |
Private Attributes | |
string | bandLabel |
string | comment |
vector< bands_file >::iterator | bands_it |
Additional Inherited Members | |
Protected Member Functions inherited from band_cont | |
bool | check_index (const long ibin) const |
Protected Attributes inherited from band_cont | |
string | speciesLabel |
long int | nBins |
genericState | species |
vector< realnum > | inten_inward |
vector< realnum > | inten_outward |
Definition at line 729 of file species_pseudo_cont.cpp.
|
inline |
Definition at line 785 of file species_pseudo_cont.cpp.
|
inlineprivatevirtual |
Implements band_cont.
Definition at line 765 of file species_pseudo_cont.cpp.
References cdEXIT, band_cont::check_index(), EXIT_FAILURE, fprintf(), ioQQQ, band_cont::nBins, and band_cont::speciesLabel.
Referenced by getWl(), getWlHi(), and getWlLo().
|
inline |
Definition at line 786 of file species_pseudo_cont.cpp.
References bandLabel.
|
inlinevirtual |
Implements band_cont.
Definition at line 787 of file species_pseudo_cont.cpp.
References check_index_fatal().
Referenced by insert().
|
inline |
Definition at line 797 of file species_pseudo_cont.cpp.
References check_index_fatal().
Referenced by sumBand().
|
inline |
Definition at line 792 of file species_pseudo_cont.cpp.
References check_index_fatal().
Referenced by sumBand().
void species_bands::insert | ( | ) |
Definition at line 842 of file species_pseudo_cont.cpp.
References bandLabel, comment, DEBUG_ENTRY, getWl(), band_cont::inten_inward, band_cont::inten_outward, inwdLabel, lindst(), band_cont::nBins, and PntForLine().
|
inline |
Definition at line 738 of file species_pseudo_cont.cpp.
References bandLabel, bands_it, chemical_to_spectral(), comment, getSpecies(), band_cont::inten_inward, band_cont::inten_outward, inwdLabel, band_cont::nBins, and band_cont::speciesLabel.
Referenced by SpeciesBandsCreate().
|
privatevirtual |
Implements band_cont.
Definition at line 804 of file species_pseudo_cont.cpp.
References DEBUG_ENTRY, density(), fprintf(), getWlHi(), getWlLo(), ioQQQ, MAX2, band_cont::nBins, and SMALLFLOAT.
|
private |
Definition at line 732 of file species_pseudo_cont.cpp.
Referenced by getLabel(), insert(), and setup().
|
private |
Definition at line 734 of file species_pseudo_cont.cpp.
Referenced by setup().
|
private |
Definition at line 732 of file species_pseudo_cont.cpp.
string species_bands::inwdLabel |
Definition at line 736 of file species_pseudo_cont.cpp.