Simpact Cyan
Population based event driven simulation using mNRM
Public Member Functions | List of all members
FixedValueDistribution2D Class Reference

Not actually a 2D distribution, but can be used to force specific values to be generated every time. More...

#include <fixedvaluedistribution2d.h>

Inheritance diagram for FixedValueDistribution2D:
Inheritance graph
[legend]
Collaboration diagram for FixedValueDistribution2D:
Collaboration graph
[legend]

Public Member Functions

 FixedValueDistribution2D (double xValue, double yValue, GslRandomNumberGenerator *pRndGen)
 Constructor of the class, in which the value to be always returned is specified. More...
 
Point2D pickPoint () const
 Pick a point according to a specific distrubution, specified in a subclass of ProbabilityDistribution2D . More...
 

Detailed Description

Not actually a 2D distribution, but can be used to force specific values to be generated every time.

Constructor & Destructor Documentation

FixedValueDistribution2D::FixedValueDistribution2D ( double  xValue,
double  yValue,
GslRandomNumberGenerator pRndGen 
)
inline

Constructor of the class, in which the value to be always returned is specified.

Member Function Documentation

Point2D FixedValueDistribution2D::pickPoint ( ) const
inlinevirtual

Pick a point according to a specific distrubution, specified in a subclass of ProbabilityDistribution2D .

Implements ProbabilityDistribution2D.


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