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

OGLIMAGE* Impala::Visualization::RotorBrowser::RotorView::InitOGLIMAGE ( Array2dVec3UInt8 im  )  [inline, protected]

Definition at line 526 of file RotorView.h.

References Impala::Visualization::RgbOglImage::OglImage().

Referenced by RegisterView(), and UpdateWithImage().

00527     {
00528         OGLIMAGE* oglIm = RgbOglImage::OglImage(im);
00529         oglIm->noTexScaling = 1;
00530         oglIm->changed = 1;
00531         return oglIm;
00532     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:56:42 2010 for ImpalaSrc by  doxygen 1.5.1