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

void Impala::Visualization::VideoMinimap::Blank (  )  [inline]

Definition at line 303 of file VideoMinimap.h.

References mOglIm, and Impala::Core::Array::Array2dTem< StorT, elemSize, ArithT >::SetValue().

Referenced by DrawMinimap(), and Init().

00304     {
00305         if (!mOglIm)
00306             return;
00307         Array2dVec3UInt8* ar =(Array2dVec3UInt8*)mOglIm->imageHandle;
00308         for (int x=0;x<mOglIm->w;x++)
00309             for (int y=0;y<mOglIm->h;y++)
00310                 ar->SetValue(Vec3Int32(20,20,20), x, y);
00311     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:49:54 2010 for ImpalaSrc by  doxygen 1.5.1