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

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

Definition at line 46 of file ShotResult.h.

References shotid.

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


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