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

Impala::Core::Trec::ShotResult::ShotResult ( const ShotResult copy  )  [inline]

Definition at line 29 of file ShotResult.h.

References rank, score, and shotid.

00029                                        {
00030         shotid = copy.shotid;
00031         rank = copy.rank;
00032         score = copy.score;
00033     }


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