| 
    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 > | |
| static T & | Inst () | 
array of energies and pointers for continuum points
      
  | 
  protected | 
| long t_PredCont::add | ( | double | energy, | 
| const char * | unit = "Ryd"  | 
        ||
| ) | 
References cdEXIT, DEBUG_ENTRY, t_mesh::egamry(), t_mesh::emm(), EXIT_FAILURE, find(), fprintf(), ioQQQ, p_val, and rfield.
Referenced by t_PredCont().

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

      
  | 
  inline | 
References p_offset.
Referenced by 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().