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:
|