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

Impala::Visualization::AnnotationTableGui::AnnotationTableGui ( OglGui::Window parent,
int  wndWidth,
int  wndHeight,
int  nrImOnRow,
int  thumbWidth,
int  thumbHeight,
double  viewScale,
SegmentationDocument segDoc,
String  annoSet,
int  controlId 
) [inline]

Definition at line 32 of file AnnotationTableGui.h.

References OglGui::OglWindow::Init(), mDataDoc, mIxsDoc, and mSegDoc.

00035                                                       :
00036         Window(parent, wndWidth, wndHeight, true),
00037         AppControlDoc(controlId, segDoc)
00038     {
00039         mIxsDoc = 0;
00040         mSegDoc = segDoc;
00041         mDataDoc = segDoc;
00042         Init(wndWidth, wndHeight, nrImOnRow, thumbWidth, thumbHeight,
00043              viewScale, annoSet);
00044     }

Here is the call graph for this function:


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