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

void Impala::Visualization::RotorBrowser::RotorBrowser::BookmarkSpecificEx ( int  shotID,
bool  positive = true 
) [inline]

Definition at line 1561 of file RotorBrowser.h.

References BookmarkSpecific(), and BookmarkSpecificNegative().

Referenced by CrossBrowserNavigateKey().

01562     {
01563         if (positive)
01564             BookmarkSpecific(shotID);
01565         else
01566             BookmarkSpecificNegative(shotID);
01567     }

Here is the call graph for this function:


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