Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:24:05 2011 for ImpalaSrc by  doxygen 1.5.1