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

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

Definition at line 39 of file ShotResult.h.

References rank, score, and shotid.

00039                                                {
00040         this->shotid = o.shotid;
00041         this->rank = o.rank;
00042         this->score = o.score;
00043         return *this;
00044     }


Generated on Thu Jan 13 09:21:29 2011 for ImpalaSrc by  doxygen 1.5.1