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

OGLVIEW* OglGui::SixView2DWindow::GetView ( int  vNr  )  [inline]

Definition at line 56 of file SixView2DWindow.h.

References mView.

Referenced by OglGui::SixImViewerApp::Init(), and OglGui::OglDemo::TitledSixViewer().

00057     {
00058         if(vNr < 0 || vNr > 6) return NULL;
00059 
00060         return mView[vNr];
00061     }


Generated on Fri Mar 19 12:05:48 2010 for ImpalaSrc by  doxygen 1.5.1