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

bool Impala::Visualization::RotorBrowser::RotorBrowserContext::ShowsPosition ( int  position  )  [inline]

Definition at line 190 of file RotorBrowserContext.h.

References GetRelative(), and mDepth.

Referenced by Impala::Visualization::RotorBrowser::RotorBrowser::FindContextForPosition().

00191     {
00192         for (int i = -mDepth; i <= mDepth; i++)
00193             if (GetRelative(i) == position)
00194                 return true;
00195         return false;
00196     }

Here is the call graph for this function:


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