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

int Impala::Core::Trec::KeyframeResult::operator== ( const KeyframeResult o  )  [inline]

Definition at line 46 of file KeyframeResult.h.

References keyframeid.

00046                                             {
00047         if (this->keyframeid == o.keyframeid) {
00048             return 1;
00049         }
00050         return 0;
00051     }


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