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

#include <thirdparty.h>

Public Member Functions

 UltraGen (long a, double x)
 
void step ()
 
double val () const
 

Private Attributes

long m_a
 
long m_n
 
double m_x
 
double m_c1
 
double m_c2
 

Constructor & Destructor Documentation

◆ UltraGen()

UltraGen::UltraGen ( long a,
double x )
inline

References m_a, m_c1, m_c2, m_n, and m_x.

Member Function Documentation

◆ step()

void UltraGen::step ( )
inline

References m_a, m_c1, m_c2, m_n, and m_x.

◆ val()

double UltraGen::val ( ) const
inline

References m_c2.

Member Data Documentation

◆ m_a

long UltraGen::m_a
private

Referenced by step(), and UltraGen().

◆ m_c1

double UltraGen::m_c1
private

Referenced by step(), and UltraGen().

◆ m_c2

double UltraGen::m_c2
private

Referenced by step(), UltraGen(), and val().

◆ m_n

long UltraGen::m_n
private

Referenced by step(), and UltraGen().

◆ m_x

double UltraGen::m_x
private

Referenced by step(), and UltraGen().


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