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

bool Impala::Visualization::RotorBrowser::RotorBrowserContext::ShouldRelPosSwallow ( int  rpos  )  [inline]

Definition at line 169 of file RotorBrowserContext.h.

References mSkip, mSwallowMode, sGlobalShotSwallow, SWALLOW_NEGATIVE, and SWALLOW_POSITIVE.

Referenced by GetRelative().

00170     {
00171         if (!RotorBrowserContext::sGlobalShotSwallow || !mSkip)
00172             return false;
00173         return (rpos < 0 && (mSwallowMode & SWALLOW_NEGATIVE)) ||
00174                (rpos > 0 && (mSwallowMode & SWALLOW_POSITIVE));
00175     }


Generated on Fri Mar 19 11:55:33 2010 for ImpalaSrc by  doxygen 1.5.1