#include <Function.h>
Inheritance diagram for Impala::Visualization::Plot::Weibull:
Public Member Functions | |
Weibull (double z, double beta, double gamma, int sampleCount=100) | |
virtual void | Draw (Plot *plot) |
this function calls all opengl statements to draw the plottable all scaling, translation and raotation should be done before this function is called | |
virtual void | BeginSampling () |
virtual double | Sample (double x) |
virtual void | EndSampling () |
void | SetParams (double beta, double gamma, double mu) |
double | GetParams (double &beta, double &gamma, double &mu) |
Protected Member Functions | |
void | ComputeScaling () |
double | GammaFunc (double xx) |
Protected Attributes | |
int | mSampleCount |
double | mZ |
double | mBeta |
double | mGamma |
double | mMu |
double | mScaling |
Definition at line 13 of file Function.h.