Cloudy
Spectral Synthesis Code for Astrophysics
Loading...
Searching...
No Matches
t_PredCont Class Reference

#include <predcont.h>

Inheritance diagram for t_PredCont:
Collaboration diagram for t_PredCont:

Public Member Functions

long find (double energy, const char *unit="Ryd") const
 
long add (double energy, const char *unit="Ryd")
 
EnergyEntryoperator[] (size_t i)
 
size_t size () const
 
void set_offset (long offset)
 
long offset () const
 

Protected Member Functions

 t_PredCont ()
 

Private Attributes

vector< EnergyEntryp_val
 
long p_offset
 

Friends

class Singleton< t_PredCont >
 

Additional Inherited Members

- Static Public Member Functions inherited from Singleton< t_PredCont >
static t_PredContInst ()
 

Detailed Description

array of energies and pointers for continuum points

Constructor & Destructor Documentation

◆ t_PredCont()

t_PredCont::t_PredCont ( )
protected

References add(), and p_val.

Here is the call graph for this function:

Member Function Documentation

◆ add()

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().

Here is the call graph for this function:

◆ find()

long t_PredCont::find ( double energy,
const char * unit = "Ryd" ) const

References DEBUG_ENTRY, energy(), fp_equal(), and p_val.

Referenced by add().

Here is the call graph for this function:

◆ offset()

long t_PredCont::offset ( ) const
inline

References p_offset.

Referenced by iter_end_check(), optimize_func(), and set_offset().

◆ operator[]()

EnergyEntry & t_PredCont::operator[] ( size_t i)
inline

References p_val.

◆ set_offset()

void t_PredCont::set_offset ( long offset)
inline

References offset(), and p_offset.

Referenced by lines_continuum().

Here is the call graph for this function:

◆ size()

size_t t_PredCont::size ( ) const
inline

References p_val.

Referenced by lines_continuum().

Friends And Related Symbol Documentation

◆ Singleton< t_PredCont >

friend class Singleton< t_PredCont >
friend

Member Data Documentation

◆ p_offset

long t_PredCont::p_offset
private

Referenced by offset(), and set_offset().

◆ p_val

vector<EnergyEntry> t_PredCont::p_val
private

Referenced by add(), find(), operator[](), size(), and t_PredCont().


The documentation for this class was generated from the following files: