X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FVISUGUI%2FVisuGUI_ScalarMapOnDeformedShapeDlg.h;h=6bc817c6b4b128c3d9bdd33ae3f759dafd3fe386;hb=e208a04edd5d8cebc0185834ecdf3faec4514f99;hp=bf588c9e429e2f62e9f3c7e40261a65ae30ffdb5;hpb=776278fcaf14fcaa6265ddca8116a6a0209aa375;p=modules%2Fvisu.git diff --git a/src/VISUGUI/VisuGUI_ScalarMapOnDeformedShapeDlg.h b/src/VISUGUI/VisuGUI_ScalarMapOnDeformedShapeDlg.h index bf588c9e..6bc817c6 100644 --- a/src/VISUGUI/VisuGUI_ScalarMapOnDeformedShapeDlg.h +++ b/src/VISUGUI/VisuGUI_ScalarMapOnDeformedShapeDlg.h @@ -63,7 +63,7 @@ public: void initFromPrsObject(VISU::ScalarMapOnDeformedShape_i* thePrs,bool isAnim=false); - int storeToPrsObject(VISU::ScalarMapOnDeformedShape_i* thePrs,bool theUpdateScalar=true); + int storeToPrsObject(VISU::ScalarMapOnDeformedShape_i* thePrs,bool theUpdateScalars=true,int theIter=1); int getCurrentScalarFieldNamePos(); QString getCurrentScalarFieldName(); @@ -92,6 +92,8 @@ private: TMF myMeshFieldsTimes; QString myCurrMeshName; + int myCurrScalarIter; + bool myIsAnimation; _PTR(SObject) mySelectionObj; VISU::ScalarMapOnDeformedShape_i* myPrs;