cloudy  trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes
UltraGen Class Reference

#include <thirdparty.h>

Collaboration diagram for UltraGen:
Collaboration graph
[legend]

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
 

Detailed Description

Definition at line 473 of file thirdparty.h.

Constructor & Destructor Documentation

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

Definition at line 478 of file thirdparty.h.

Member Function Documentation

void UltraGen::step ( )
inline

Definition at line 480 of file thirdparty.h.

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

double UltraGen::val ( ) const
inline

Definition at line 488 of file thirdparty.h.

References m_c2.

Field Documentation

long UltraGen::m_a
private

Definition at line 475 of file thirdparty.h.

Referenced by step().

double UltraGen::m_c1
private

Definition at line 476 of file thirdparty.h.

Referenced by step().

double UltraGen::m_c2
private

Definition at line 476 of file thirdparty.h.

Referenced by step(), and val().

long UltraGen::m_n
private

Definition at line 475 of file thirdparty.h.

Referenced by step().

double UltraGen::m_x
private

Definition at line 476 of file thirdparty.h.

Referenced by step().


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