|
Cloudy
Spectral Synthesis Code for Astrophysics
|


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 |
| bool | initialized () const |
Public Member Functions inherited from band_cont | |
| band_cont () | |
| band_cont (const band_cont &)=default | |
| band_cont & | operator= (const band_cont &)=default |
| band_cont (band_cont &&)=default | |
| band_cont & | operator= (band_cont &&)=default |
| virtual | ~band_cont ()=default |
| string | label () const |
| long | bins () const |
| void | accumulate (bool lgReset, double dVeffAper) |
| double | getInten (const long ibin, const int ipContType) const |
Public Attributes | |
| const string | inwdLabel = "InwdBnd" |
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 |
| bool | isInitd = false |
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 |
|
inline |
|
inlineprivatevirtual |
Implements band_cont.
References cdEXIT, band_cont::check_index(), EXIT_FAILURE, fprintf(), ioQQQ, band_cont::nBins, and band_cont::speciesLabel.
Referenced by getWl(), getWlHi(), and getWlLo().

|
inline |
References bandLabel.
|
inlinevirtual |
Implements band_cont.
References check_index_fatal().
Referenced by insert().

|
inline |
|
inline |
|
inline |
References isInitd.
| void band_emission::insert | ( | ) |
References bandLabel, comment, DEBUG_ENTRY, getWl(), band_cont::inten_inward, band_cont::inten_outward, inwdLabel, lindst(), band_cont::nBins, and PntForLine().

|
inline |
References bandLabel, bands_it, chemical_to_spectral(), comment, getSpeciesGeneric(), band_cont::inten_inward, band_cont::inten_outward, isInitd, band_cont::nBins, and band_cont::speciesLabel.

|
privatevirtual |
Implements band_cont.
References DEBUG_ENTRY, density(), fprintf(), getWlHi(), getWlLo(), ioQQQ, MAX2, band_cont::nBins, NULL, and SMALLFLOAT.

|
private |
Referenced by getLabel(), insert(), and setup().
|
private |
Referenced by setup().
| const string band_emission::inwdLabel = "InwdBnd" |
Referenced by insert().
|
private |
Referenced by initialized(), and setup().