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

void Impala::Core::Trec::ThreadBookmarked::AddShot ( int  shotid,
int  keyframe 
) [inline]

Definition at line 84 of file ThreadBookmarked.h.

References Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::Add(), GetShotPosition(), ILOG_DEBUG, mBookmarked, and Impala::Core::Trec::Thread::mName.

Referenced by Impala::Visualization::RotorBrowser::RotorBrowser::BookmarkSpecificNegative(), Impala::Application::WindowTrecSearch::TopicSelectionEvent(), and Impala::Visualization::RotorBrowser::RotorBrowser::UpdateViewedShotBookmarks().

00085     {
00086         Geometry::Rectangle r;
00087         if (GetShotPosition(shotid) >= 0) {
00088             ILOG_DEBUG(mName << ":AddShot(" << shotid << ", " << keyframe <<
00089                        ") already selected, skipping.");
00090             return;
00091         }
00092         //ILOG_DEBUG(mName << ":AddShot(" << shotid << ", " << keyframe <<")");
00093         mBookmarked->Add(shotid, keyframe, "", r);
00094     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:26:04 2010 for ImpalaSrc by  doxygen 1.5.1