- Timestamp:
- Nov 6, 2007, 10:42:54 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/servnobjm.cc
r3370 r3375 245 245 246 246 MyObjMgr()->AddObj(vpy, nom); 247 248 247 if ( (dopt == "nodisp") || (dopt == "nodisplay") ) return; 249 248 … … 313 312 } 314 313 else titre = nom; 314 315 MyObjMgr()->AddObj(mtx, nom); 316 if ( (dopt == "nodisp") || (dopt == "nodisplay") ) return; 317 315 318 int rsid = 0; 316 319 P2DArrayAdapter* arr = new POMatrixAdapter(mtx, false); … … 321 324 } 322 325 else rsid = mImgapp->DispImage(arr, titre, dopt); 323 324 if (nom.length() > 0) { 325 MyObjMgr()->AddObj(mtx, nom); 326 MyObjMgr()->AddWRsId(nom, rsid); 327 } 328 } 326 MyObjMgr()->AddWRsId(nom, rsid); 327 } 329 328 330 329 return;
Note:
See TracChangeset
for help on using the changeset viewer.