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

Impala::Visualization::VideoNav::VideoNav ( int  x,
int  y,
RgbDataSrc src,
double  viewScale = 1.0,
bool  allowJump = true 
) [inline]

Definition at line 16 of file VideoNav.h.

References OglGui::OglWindow::Init().

00017                                     :
00018         Window(x, y, viewScale * src->FrameWidth(),
00019                viewScale * src->FrameHeight() + 25, true)
00020     {
00021         Init(src, allowJump, viewScale);
00022     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:50:02 2010 for ImpalaSrc by  doxygen 1.5.1