|
cloudy trunk
|
#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
Definition at line 12 of file predcont.h.
|
protected |
| long t_PredCont::add | ( | double | energy, |
| const char * | unit = "Ryd" ) |
Definition at line 122 of file predcont.cpp.
References cdEXIT, DEBUG_ENTRY, EXIT_FAILURE, find(), ioQQQ, p_val, and rfield.
Referenced by ParseOptimize(), ParseSet(), ParseStop(), and t_PredCont().

| long t_PredCont::find | ( | double | energy, |
| const char * | unit = "Ryd" ) const |
Definition at line 112 of file predcont.cpp.
References DEBUG_ENTRY, fp_equal(), and p_val.
Referenced by add().

|
inline |
Definition at line 36 of file predcont.h.
References p_offset.
Referenced by iter_end_check(), optimize_func(), and set_offset().
|
inline |
Definition at line 24 of file predcont.h.
References p_val.
|
inline |
Definition at line 32 of file predcont.h.
References offset(), and p_offset.
Referenced by lines_continuum().

|
inline |
|
friend |
Definition at line 1 of file predcont.h.
|
private |
Definition at line 20 of file predcont.h.
Referenced by offset(), and set_offset().
|
private |
Definition at line 18 of file predcont.h.
Referenced by add(), find(), operator[](), size(), and t_PredCont().