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

template<class type>
void Impala::Core::Training::Tester::Test ( const type  item,
const type  reference,
String  testname,
double  tolerance 
) [inline, private]

Definition at line 249 of file Tester.h.

References Impala::Core::Training::Equals(), and Test().

00251     {
00252         Test(Equals(item, reference, tolerance), testname);
00253     }

Here is the call graph for this function:


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