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

bool Impala::Util::Equal ( bool *  set1,
bool *  set2,
int  length 
)

Definition at line 78 of file FilterOperations.h.

Referenced by Impala::Core::Feature::TestMakeRandomTree::testSplitSet().

00079 {
00080     for(int i=0 ; i<length ; ++i)
00081     {
00082         if(set1[i] != set2[i])
00083             return false;
00084     }
00085     return true;
00086 }


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