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

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

Definition at line 59 of file LogoWindow.h.

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

Referenced by LogoWindow().

00060     {
00061         if (logoAnim)
00062         {
00063             if (aWidth != -1)
00064                 return aWidth;
00065         }
00066         if (logoIm)
00067             return logoIm->CW()+2;
00068         return 200;
00069     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:24:48 2011 for ImpalaSrc by  doxygen 1.5.1