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,
IxsDocument ixsDoc,
SimilarityTableSet simSet,
bool  showPlotLine,
String  annoSet,
bool  showPlotPoint,
int  controlId 
) [inline]

Definition at line 85 of file SimilarityTableSetRank.h.

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

00089                                                                               :
00090         Window(parent, wndWidth, wndHeight, true),
00091         AppControlDoc(controlId, ixsDoc)
00092     {
00093         mSegDoc = 0;
00094         mIxsDoc = ixsDoc;
00095         mDataDoc = ixsDoc;
00096 
00097         Init(wndWidth, wndHeight, nrImOnRow, thumbWidth, thumbHeight, viewScale,
00098              simSet, showPlotLine, annoSet, showPlotPoint);
00099     }

Here is the call graph for this function:


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