Ignore:
Timestamp:
Jul 2, 2006, 7:20:56 PM (19 years ago)
Author:
ansari
Message:

1/ Ajout methode Services2NObjMgr::DisplayPoints3DW() et commande plot3dw
2/ Ajout et utilisation methode de verification de nom NamedObjMgr::CheckName()
3/ Changement methode NObjMgrAdapter::GetInfoString() et son utilisation
a travers la methdoe PIACmd::GetVarApp() pour acces de type $objname
4/ Ajout methode NObjMgrAdapter::PerformOperation() , implemente pour
adaptateur TMatrix<T> et TArray<T> pour extraction de ligne/colonne
(des matrices) et plan (slice) des TArray pour Rank()>3 Et mise en place
de la commande objaoper pour appel a PerformOperation()
5/ Petites corrections pour ntline2var vec2var

Reza 2 Juillet 2006

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/nomtmatvecadapter.h

    r2975 r2999  
    2727
    2828  virtual AnyDataObj*           CloneDataObj(bool share=false);
     29
     30// Returns a string with synthetic information about the object
     31// opts : additional optional argument
     32  virtual string                GetInfoString(vector<string>& opts);
     33// Perform an operation on the object definded
     34// opts : operation definition
     35  virtual int                   PerformOperation(vector<string>& opts);
    2936
    3037  virtual void                  SavePPF(POutPersist& s, string const & nom);
Note: See TracChangeset for help on using the changeset viewer.