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

Impala::Core::Test::TestWeibull::TestWeibull ( String  srcName,
double  sigma,
int  binCount,
double  histExt 
) [inline]

Definition at line 21 of file TestWeibull.h.

References mBinCount, mHistExt, mPyramid, mSigma, mSrcName, and mTestNameBase.

00022     {
00023         mTestNameBase = "Weibull";
00024         mSrcName = srcName;
00025         mSigma = sigma;
00026         mBinCount = binCount;
00027         mHistExt = histExt;
00028         mPyramid = Geometry::RectanglePyramid(15, 2, 6, 4, -1, -1);
00029     }


Generated on Fri Mar 19 11:21:56 2010 for ImpalaSrc by  doxygen 1.5.1