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: ![]()
|