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

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

Definition at line 70 of file SimilarityTableSetRank.h.

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

00074                                                                               :
00075         Window(parent, wndWidth, wndHeight, true),
00076         AppControlDoc(controlId, segDoc)
00077     {
00078         mIxsDoc = 0;
00079         mSegDoc = segDoc;
00080         mDataDoc = segDoc;
00081         Init(wndWidth, wndHeight, nrImOnRow, thumbWidth, thumbHeight, viewScale,
00082              simSet, showPlotLine, annoSet, showPlotPoint);
00083     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:25:07 2011 for ImpalaSrc by  doxygen 1.5.1