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

static RandomGenerator& Impala::Util::RandomGenerator::GetInstance (  )  [inline, static]

Singleton GetInstance call.

Definition at line 22 of file RandomGenerator.h.

Referenced by Impala::Core::Feature::InterestPointFeature::InterestPointFeature(), Impala::Core::Matrix::MatDrawRandomRows(), and Impala::Core::Feature::InterestPointFeature::ReducePointCount().

00023     {
00024         static RandomGenerator theRandomGenerator;
00025         return theRandomGenerator;
00026     }


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