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

void Impala::Visualization::RotorBrowser::RotorBrowser::RemoveSpecificNegative ( int  shotid  )  [inline]

Definition at line 1569 of file RotorBrowser.h.

References GetThreadByName(), and Impala::Core::Trec::ThreadBookmarked::RemoveShot().

Referenced by BookmarkActiveCenter(), and BookmarkSpecific().

01570     {
01571         ThreadBookmarked *b;
01572         if (b = (ThreadBookmarked*)GetThreadByName("bookmarked_negative"))
01573             b->RemoveShot(shotid);
01574     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:25:50 2011 for ImpalaSrc by  doxygen 1.5.1