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

void Impala::Visualization::VideoMinimap::SetPoint ( int  x,
int  y,
Vec3Int32  color 
) [inline]

Definition at line 282 of file VideoMinimap.h.

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

00283     {
00284         if (!mOglIm)
00285             return;
00286         Array2dVec3UInt8* ar =(Array2dVec3UInt8*)mOglIm->imageHandle;
00287 
00288         Vec3Int32 ccol = ar->Value(x,y);
00289         
00290         ar->SetValue(MergeCol(ccol,color), x, y);
00291     }

Here is the call graph for this function:


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