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

void Impala::Core::Trec::IDashQueryEngine::AddShots ( String  identifier,
std::list< KeyframeResult keyframes 
) [inline]

Definition at line 76 of file IDashQueryEngine.h.

References ConvertToShotResult(), ILOG_DEBUG, and mSelectedShots.

00077     {
00078         ILOG_DEBUG("QueryEngine::AddShots(" << identifier << ", " <<
00079                    keyframes.size() << " keyframes)..." );
00080         if (mSelectedShots.find(identifier) != mSelectedShots.end())
00081         {
00082             ILOG_DEBUG( " already selected. replacing." );
00083         }
00084 
00085         ShotResultList shots = ConvertToShotResult(keyframes);
00086         mSelectedShots[identifier] = shots;
00087     }

Here is the call graph for this function:


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