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

Impala::Visualization::SimilarityTableSetRank::SimilarityTableSetRank ( OglGui::Window parent,
int  wndWidth,
int  wndHeight,
int  nrImOnRow,
int  thumbWidth,
int  thumbHeight,
double  viewScale,
IxsDocument ixsDoc,
SimilarityTableSet simSet,
bool  showPlotLine,
String  annoSet,
bool  showPlotPoint,
int  controlId 
) [inline]

Definition at line 77 of file SimilarityTableSetRank.h.

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

00081                                                                               :
00082         Window(parent, wndWidth, wndHeight, true),
00083         AppControlDoc(controlId, ixsDoc)
00084     {
00085         mSegDoc = 0;
00086         mIxsDoc = ixsDoc;
00087         mDataDoc = ixsDoc;
00088 
00089         Init(wndWidth, wndHeight, nrImOnRow, thumbWidth, thumbHeight, viewScale,
00090              simSet, showPlotLine, annoSet, showPlotPoint);
00091     }

Here is the call graph for this function:


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