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

void Impala::Core::Trec::IDashQueryEngine::AddShots ( String  identifier,
ShotResultList  shots 
) [inline]

Definition at line 89 of file IDashQueryEngine.h.

References ILOG_DEBUG, and mSelectedShots.

00090     {
00091         ILOG_DEBUG("QueryEngine::AddShots(" << identifier << ", " <<
00092                    shots.size() << " shots)..." );
00093         if (mSelectedShots.find(identifier) != mSelectedShots.end())
00094         {
00095             ILOG_DEBUG( " already selected. replacing." );
00096         }
00097         mSelectedShots[identifier] = shots;
00098     }


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