Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

void Impala::Visualization::Plot::Weibull::SetParams ( double  beta,
double  gamma,
double  mu 
) [inline]

Definition at line 60 of file Function.h.

References ComputeScaling(), mBeta, mGamma, and mMu.

00061     {
00062 //        std::cout << "b: " << beta << " g: " << gamma << std::endl;
00063         mBeta = beta;
00064         mGamma = gamma;
00065         mMu = mu;
00066         ComputeScaling();
00067     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:52:37 2010 for ImpalaSrc by  doxygen 1.5.1