Definition at line 62 of file SimilarityTableSetRank.h. References OglGui::OglWindow::Init(), mDataDoc, mIxsDoc, and mSegDoc. 00066 : 00067 Window(parent, wndWidth, wndHeight, true), 00068 AppControlDoc(controlId, segDoc) 00069 { 00070 mIxsDoc = 0; 00071 mSegDoc = segDoc; 00072 mDataDoc = segDoc; 00073 Init(wndWidth, wndHeight, nrImOnRow, thumbWidth, thumbHeight, viewScale, 00074 simSet, showPlotLine, annoSet, showPlotPoint); 00075 }
Here is the call graph for this function:
|