#include <RndmGenerators.h>
Inheritance diagram for Rndm::StudentT:
Public Member Functions | |
| StudentT (double a) | |
| Standard Constructor. | |
| virtual | ~StudentT () |
| Standard Destructor. | |
| double | aValue () const |
| Access A parameter. | |
| virtual IRndmGen::Param * | clone () const |
| Clone parameters. | |
| virtual const InterfaceID & | type () const |
| Parameter's type. | |
Static Public Member Functions | |
| static const InterfaceID & | typeID () |
| Identifier for factory. | |
Protected Attributes | |
| double | m_aValue |
| StudentT distribution parameter. | |
| const InterfaceID | m_type |
| Type of the generator. | |
Friends | |
| class | Generator< StudentT > |
Definition at line 170 of file RndmGenerators.h.
| Rndm::StudentT::StudentT | ( | double | a | ) | [inline] |
Standard Constructor.
Definition at line 177 of file RndmGenerators.h.
00177 : IRndmGen::Param(IID_IRndmStudentT), m_aValue(a) { }
| virtual Rndm::StudentT::~StudentT | ( | ) | [inline, virtual] |
| double Rndm::StudentT::aValue | ( | ) | const [inline] |
| static const InterfaceID& Rndm::StudentT::typeID | ( | ) | [inline, static] |
Identifier for factory.
Definition at line 183 of file RndmGenerators.h.
00183 { return IID_IRndmStudentT; }
| virtual IRndmGen::Param* Rndm::StudentT::clone | ( | ) | const [inline, virtual] |
| virtual const InterfaceID& IRndmGen::Param::type | ( | ) | const [inline, virtual, inherited] |
friend class Generator< StudentT > [friend] |
Definition at line 171 of file RndmGenerators.h.
double Rndm::StudentT::m_aValue [protected] |
const InterfaceID IRndmGen::Param::m_type [protected, inherited] |
1.4.7