|
Cloudy
Spectral Synthesis Code for Astrophysics
|
#include <predcont.h>


Public Member Functions | |
| long | find (double energy, const char *unit="Ryd") const |
| long | add (double energy, const char *unit="Ryd") |
| EnergyEntry & | operator[] (size_t i) |
| size_t | size () const |
| void | set_offset (long offset) |
| long | offset () const |
Protected Member Functions | |
| t_PredCont () | |
Private Attributes | |
| vector< EnergyEntry > | p_val |
| long | p_offset |
Friends | |
| class | Singleton< t_PredCont > |
Additional Inherited Members | |
| Static Public Member Functions inherited from Singleton< t_PredCont > | |
| static t_PredCont & | Inst () |
array of energies and pointers for continuum points
|
protected |
| long t_PredCont::add | ( | double | energy, |
| const char * | unit = "Ryd" ) |
References cdEXIT, DEBUG_ENTRY, energy(), EXIT_FAILURE, find(), fprintf(), ioQQQ, p_val, and rfield.
Referenced by ParseOptimize(), ParseSet(), ParseStop(), and t_PredCont().

| long t_PredCont::find | ( | double | energy, |
| const char * | unit = "Ryd" ) const |
References DEBUG_ENTRY, energy(), fp_equal(), and p_val.
Referenced by add().

|
inline |
References p_offset.
Referenced by iter_end_check(), optimize_func(), and set_offset().
|
inline |
References p_val.
|
inline |
References offset(), and p_offset.
Referenced by lines_continuum().

|
inline |
References p_val.
Referenced by lines_continuum().
|
friend |
|
private |
Referenced by offset(), and set_offset().
|
private |
Referenced by add(), find(), operator[](), size(), and t_PredCont().