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

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

Definition at line 257 of file View.h.

References OglGui::View::GetDimensions2D(), and H().

Referenced by H().

00258     {   
00259         int x,y,w,h;
00260         GetDimensions2D(&x, &y, &w, &h);
00261         return h;
00262     }

Here is the call graph for this function:


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