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

int Impala::Visualization::LogoWindow::CompHeight ( Array2dVec3UInt8 logoIm,
bool  logoAnim,
int  aHeight 
) [inline, private]

Definition at line 72 of file LogoWindow.h.

References Impala::Core::Array::Array2dTem< StorT, elemSize, ArithT >::CH().

Referenced by LogoWindow().

00073     {
00074         if (logoAnim)
00075         {
00076             if (aHeight != -1)
00077                 return aHeight;
00078         }
00079         if (logoIm)
00080             return logoIm->CH()+2;
00081         return 200;
00082     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:44:59 2010 for ImpalaSrc by  doxygen 1.5.1