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

int Impala::Visualization::View::W (  )  [inline]

Definition at line 249 of file View.h.

References OglGui::View::GetDimensions2D().

00250     {   
00251         int x,y,w,h;
00252         GetDimensions2D(&x, &y, &w, &h);
00253         return w;
00254     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:51:01 2010 for ImpalaSrc by  doxygen 1.5.1