|
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 |
| string | getInwdLabel () const |
| t_wavl | getWl (const long iband) const |
| t_wavl | getWlLo (const long iband) const |
| t_wavl | 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 |
Private Member Functions | |
| void | check_index_fatal (const long iband) const |
| void | sumBand (double *sumOutward, double *sumInward) const |
Private Attributes | |
| string | bandLabel |
| string | inwdLabel |
| 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 |
References bands_it.
|
inlineprivatevirtual |
Implements band_cont.
References bands_it, cdEXIT, band_cont::check_index(), EXIT_FAILURE, fprintf(), ioQQQ, band_cont::nBins, and band_cont::speciesLabel.
Referenced by getWl(), getWlHi(), and getWlLo().

|
inline |
References inwdLabel.
|
inline |
References bandLabel.
|
inline |
References bands_it, and check_index_fatal().
Referenced by insert().

|
inline |
References bands_it, and check_index_fatal().
Referenced by sumBand().

|
inline |
References bands_it, and check_index_fatal().
Referenced by sumBand().

|
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, inwdLabel, isInitd, band_cont::nBins, band_cont::species, and band_cont::speciesLabel.

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

|
private |
Referenced by getLabel(), insert(), and setup().
|
private |
Referenced by bandFilename(), check_index_fatal(), getWl(), getWlHi(), getWlLo(), and setup().
|
private |
Referenced by getInwdLabel(), insert(), and setup().
|
private |
Referenced by initialized(), and setup().