Salome HOME
Compiler errors on gcc 3.4.1 corrected:
[modules/visu.git] / src / VISU_I / VISU_Mesh_i.hh
index ebed10ace9222dd38d02bb1e4bab4a4661b6aee9..a9e164aeb95071347ee8d674a228e358cb31cc50 100644 (file)
@@ -85,6 +85,10 @@ namespace VISU{
     static int IsPossible(Result_i* theResult, const char* theMeshName, const char* theGroupName);
     virtual Storable* Create(const char* theMeshName, const char* theGroupName);
 
+    const std::string& GetMeshName() const { return myMeshName;}
+    VISU::Entity GetEntity() const { return VISU::Entity(myEntity);}
+    const string& GetSubMeshName() const { return mySubMeshName;}
+    
     virtual void ToStream(std::ostringstream& theStr);
 
     virtual const char* GetComment() const;