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

void Impala::Application::Src::ExportPoints::DoIt ( const Real64 s,
int  x,
int  y 
) [inline]

Definition at line 131 of file mainSrc.cpp.

References mPListBI, and mTheMax.

00132     {
00133         Real64 f = (s > 0) ? (s / mTheMax) * 255 : 0;
00134         if (f < 32)
00135             return;
00136         *mPListBI++ = PointZ(x, y);
00137     }


Generated on Fri Mar 19 10:50:39 2010 for ImpalaSrc by  doxygen 1.5.1