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

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

Definition at line 39 of file KeyframeResult.h.

References keyframeid, rank, and score.

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


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