Salome HOME
Update Help for VISU module.
[modules/visu.git] / src / VISU_I / VISU_Mesh_i.hh
index 70e4e6ae06983ec228e1f7069a32e7721529082e..6f7ffd5f2bce994717ad775d33a5a36d2b87d75d 100644 (file)
@@ -70,17 +70,17 @@ namespace VISU{
 
     VISU_MeshPL* myMeshPL;
 
-    string myMeshName;
-    //jfa IPAL9284:TEntity myEntity;
-    int myEntity;//jfa IPAL9284
-    string mySubMeshName;
+    // std::string myMeshName; move it to Prs3d_i
+    int myEntity;//jfa IPAL9284: TEntity myEntity;
+    std::string mySubMeshName;
     VISU::VISUType myType;
 
     VISU::PresentationType myPresentType;
     struct SALOMEDS::Color myCellColor, myNodeColor, myLinkColor;
 
   public:
-    static int IsPossible(Result_i* theResult, const char* theMeshName, Entity theEntity, const char* theFamilyName = "");
+    static int IsPossible(Result_i* theResult, const char* theMeshName,
+                         Entity theEntity, const char* theFamilyName = "");
     virtual Storable* Create(const char* theMeshName, Entity theEntity, const char* theFamilyName = "");
 
     static int IsPossible(Result_i* theResult, const char* theMeshName, const char* theGroupName);
@@ -93,7 +93,7 @@ namespace VISU{
     virtual void ToStream(std::ostringstream& theStr);
 
     virtual const char* GetComment() const;
-    static const string myComment;
+    static const std::string myComment;
     virtual QString GenerateName();
 
     virtual Storable* Restore(const Storable::TRestoringMap& theMap);
@@ -105,5 +105,3 @@ namespace VISU{
 }
 
 #endif
-
-