]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
"Clipping on Structured mesh". Move myMeshName field to Prs3d_i
authoreap <eap@opencascade.com>
Mon, 25 Apr 2005 13:01:46 +0000 (13:01 +0000)
committereap <eap@opencascade.com>
Mon, 25 Apr 2005 13:01:46 +0000 (13:01 +0000)
src/VISU_I/VISU_Mesh_i.hh
src/VISU_I/VISU_Prs3d_i.hh
src/VISU_I/VISU_ScalarMap_i.hh

index f08a9fc293c1123307a1d214edd87aadd43e5b7c..3efdee74da5a76733c8670093dfd2605d79b030e 100644 (file)
@@ -66,7 +66,7 @@ namespace VISU{
 
     VISU_MeshPL* myMeshPL;
 
-    std::string myMeshName;
+    // std::string myMeshName; move it to Prs3d_i
     TEntity myEntity;
     std::string mySubMeshName;
     VISU::VISUType myType;
index 20c8431919a2a5463d4bd3a1e7faf198988c9da8..32c53c8ef3ee91c007f07af0c937d129e03ed615 100644 (file)
@@ -63,6 +63,7 @@ namespace VISU{
     Result_i *myResult;
     VISU_PipeLine *myPipeLine;
     SALOMEDS::SObject_var mySObject;
+    std::string myMeshName;
 
     void CreateActor(VISU_Actor* theActor, const Handle(SALOME_InteractiveObject)& theIO = NULL);
     virtual VISU_PipeLine* GetPipeLine();
@@ -88,6 +89,7 @@ namespace VISU{
 
     Result_i* GetResult() const { return myResult;}
     virtual SALOMEDS::SObject_var GetSObject();
+    const std::string& GetMeshName() const { return myMeshName; }
 
     // Clipping planes
     void RemoveAllClippingPlanes();
index eca96624ce04f0709e13e599f3deb5993e52622f..767eb88777d450cd465bccc0a29ee5f8ab004914 100644 (file)
@@ -127,7 +127,7 @@ namespace VISU{
     VISU_ScalarMapPL* myScalarMapPL;
     PField myField;
 
-    std::string myMeshName;
+    // std::string myMeshName; move it to Prs3d_i
     TEntity myEntity;
     std::string myFieldName;
     int myIteration;