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

Impala::Visualization::ImageStrip::ImageStrip ( OglGui::Window parent,
int  x,
int  y,
int  width,
int  height,
int  distance = 3,
float  vSpace = 30. 
) [inline]

Definition at line 47 of file ImageStrip.h.

References OglGui::OglWindow::Init().

00048                                                    :
00049         ImagesWindow(parent, x, y, width, height)
00050     {
00051         int imW, imH;
00052         imH = height - vSpace; 
00053         imW = imH * 1.5;
00054         Init(imW, imH, 1.0, width / (imW+distance), distance, vSpace);
00055     }
        

Here is the call graph for this function:


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