Main Page | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals

SymGenX Class Reference

#include <newran.h>

Inheritance diagram for SymGenX:

Inheritance graph
[legend]
Collaboration diagram for SymGenX:

Collaboration graph
[legend]

Public Member Functions

char * Name ()
 SymGenX (PDF fx)
Real Density (Real x) const

Private Member Functions

void operator= (const SymGenX &)

Private Attributes

PDF f

Constructor & Destructor Documentation

SymGenX::SymGenX PDF  fx  ) 
 

Definition at line 334 of file newran.cpp.

References f.

00334 { f=fx; }


Member Function Documentation

Real SymGenX::Density Real  x  )  const [inline, virtual]
 

Reimplemented from Random.

Definition at line 250 of file newran.h.

References Real.

00250 { return (*f)(x); }

char * SymGenX::Name  )  [virtual]
 

Reimplemented from SymGen.

Definition at line 909 of file newran.cpp.

00909 { return "SymGenX";          }

void SymGenX::operator= const SymGenX  )  [inline, private]
 

Definition at line 244 of file newran.h.

00244 {}      // private so can't access


Field Documentation

PDF SymGenX::f [private]
 

Definition at line 245 of file newran.h.

Referenced by SymGenX().


The documentation for this class was generated from the following files:
Generated on Fri Dec 5 04:06:39 2003 for Borqueror by doxygen 1.3.3