| 
    Cloudy
    
   Spectral Synthesis Code for Astrophysics 
   | 
 


Public Member Functions | |
| void | setup (string &label, double wlo, double whi, long nb) | 
| realnum | getWl (const long ibin) 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 | sumBand (double *sumOutward, double *sumInward) const | 
| void | check_index_fatal (const long ibin) const | 
Private Attributes | |
| double | wlLo | 
| double | wlHi | 
| double | log_wlLo | 
| double | log_step | 
| vector< realnum > | wl | 
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 | 
      
  | 
  inlineprivatevirtual | 
Implements band_cont.
References cdEXIT, band_cont::check_index(), EXIT_FAILURE, fprintf(), ioQQQ, band_cont::nBins, and band_cont::speciesLabel.
Referenced by getWl().

      
  | 
  inlinevirtual | 
Implements band_cont.
References AnuUnit(), check_index_fatal(), and wl.

| void pseudo_cont::setup | ( | string & | label, | 
| double | wlo, | ||
| double | whi, | ||
| long | nb | ||
| ) | 
References DEBUG_ENTRY, exp10(), getSpeciesGeneric(), band_cont::inten_inward, band_cont::inten_outward, band_cont::label(), log_step, log_wlLo, band_cont::nBins, band_cont::speciesLabel, wl, wlHi, and wlLo.

      
  | 
  privatevirtual | 
Implements band_cont.
References band_cont::check_index(), DEBUG_ENTRY, density(), fprintf(), ioQQQ, log_step, log_wlLo, MAX2, band_cont::nBins, NULL, SMALLFLOAT, wl, wlHi, and wlLo.
