Changeset 3279 in Sophya for trunk/SophyaPI/PIext/servnobjm.cc
- Timestamp:
- Jul 6, 2007, 6:22:05 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/servnobjm.cc
r2999 r3279 477 477 /* --Methode-- */ 478 478 void Services2NObjMgr::DisplayPoints2DW(string& nom, string& expx, string& expy, 479 string& expwt, string& expcut, string dopt, string loop)479 string& expwt, string& expcut, bool fgcolidx, string dopt, string loop) 480 480 { 481 481 NObjMgrAdapter* obja=NULL; … … 501 501 PINTuple* pin = new PINTuple(nt, true); 502 502 pin->SelectXY(ntn[0], ntn[1]); 503 pin->SelectWt(ntn[2]); 503 if (fgcolidx) pin->SelectColorByIndex(ntn[2]); // Use the weight expression as a color index 504 else pin->SelectWt(ntn[2]); 504 505 505 506 string titre = nom + ":" + expwt + "_" + expy + "%" + expx ;
Note:
See TracChangeset
for help on using the changeset viewer.