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

void OglGui::SixView2DWindow::SetImage ( OGLIMAGE *  oglIm,
int  vNr 
) [inline]

Definition at line 49 of file SixView2DWindow.h.

References mView.

Referenced by OglGui::OglDemo::TitledSixViewer().

00050     {
00051         if(vNr < 0 || vNr > 6) return;
00052 
00053         viewSys.SetImage(mView[vNr], oglIm);
00054     }


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