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

void Impala::Visualization::RotorBrowser::RotorView::MoveFrom ( float  x,
float  y,
float  z,
float  resX,
float  resY 
) [inline]

Definition at line 165 of file RotorView.h.

References mActH, mActW, mActX, mActY, mActZ, and mMoveNow.

Referenced by Impala::Visualization::RotorBrowser::ThreadClusterSelector::ShowRelevantSquare().

00166     {
00167         if (!mMoveNow)
00168             return;
00169         mActX = x; mActY = y; mActZ = z;
00170         mActW = resX; mActH = resY;
00171         mMoveNow = false;
00172     }


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