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

void Impala::Application::TagsLife::TagsWeekPlot::SetImage ( int  idx,
OGLIMAGE *  im 
) [inline]

Definition at line 30 of file TagsWeekPlot.h.

References mOglImages.

00031     {
00032         if (idx < 0 || idx >= mOglImages.size())
00033             return;
00034         ReleaseOglImage(mOglImages[idx]);
00035         if (im)
00036             im->refCount++;
00037         mOglImages[idx] = im;
00038     }


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