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

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

Definition at line 36 of file ImageStrip.h.

References OglGui::OglWindow::Init().

00037                                                   :
00038         ImagesWindow(parent, width, height)
00039     {
00040         // RvB: Strange constructor with preset w == 1.5 * h
00041         int imW, imH;
00042         imH = height - vSpace; 
00043         imW = imH * 1.5;
00044         Init(imW, imH, 1.0, width / (imW+distance), distance, vSpace);
00045     }

Here is the call graph for this function:


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