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