X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FVISU_I%2FVISU_Mesh_i.hh;h=a9e164aeb95071347ee8d674a228e358cb31cc50;hb=f5a1d01f30cfa26aac12f63fce2d074628039240;hp=ebed10ace9222dd38d02bb1e4bab4a4661b6aee9;hpb=8d2ae75b958081482ee3428f6283ebb6bc24cc71;p=modules%2Fvisu.git diff --git a/src/VISU_I/VISU_Mesh_i.hh b/src/VISU_I/VISU_Mesh_i.hh index ebed10ac..a9e164ae 100644 --- a/src/VISU_I/VISU_Mesh_i.hh +++ b/src/VISU_I/VISU_Mesh_i.hh @@ -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;