]> SALOME platform Git repositories - modules/visu.git/commit
Salome HOME
To clarify IDL.
authorapo <apo@opencascade.com>
Fri, 1 Jun 2007 13:05:20 +0000 (13:05 +0000)
committerapo <apo@opencascade.com>
Fri, 1 Jun 2007 13:05:20 +0000 (13:05 +0000)
commit9dd0098207ee1100659acd0545473c198ec96f42
tree4b7c4ee3ffb1028a8bb2aeda3ae2b632e69e7dd3
parent286f2831e94ba6b4a9d7bd2ba58a0c478f466e95
To clarify IDL.
1. It is forbiden to change input of Prs3d objects outside of "3D Cache System". So, corresponding functions are removed from IDL (but stays as it is in implementation)
2. "ScalaraMapOnDefomedShape" presentation was modified in the following way:
  a) Method
      void SetScalarField(in string theMeshName, in string theFieldName, in long theIteration, in Entity theEntity)
    was changed to the
      void SetScalarField(in Entity theEntity, in string theFieldName, in long theTimeStampNumber)
  b) Method
      string GetScalarCMeshName()
    was removed at all
  c) Method
      Entity GetScalarEEntity()
    was changed to the
      Entity GetScalarEntity();
  c) Method
      long GetScalarLIteration();
    was changed to the
      long GetScalarTimeStampNumber();
  d) Method
      string GetScalarCFieldName();
    was changed to the
      string GetScalarFieldName();
src/VISU_I/VISU_ScalarMapOnDeformedShape_i.cc
src/VISU_I/VISU_ScalarMapOnDeformedShape_i.hh
src/VISU_SWIG/visu_change_input.py [deleted file]