]> SALOME platform Git repositories - modules/smesh.git/commit
Salome HOME
0020511: EDF 1101 SMESH : Add CGNS to Mesh Format Supported
authoreap <eap@opencascade.com>
Wed, 10 Aug 2011 10:09:22 +0000 (10:09 +0000)
committereap <eap@opencascade.com>
Wed, 10 Aug 2011 10:09:22 +0000 (10:09 +0000)
commit6725a9aa576adc69dfbe6a905fcc7751489398f4
tree6e4e5a8c8ba89fa1e73c6e38c1f9d57e2bab4f5f
parent109378a75d9080db31cb520b180b5641c29a8299
0020511: EDF 1101 SMESH : Add CGNS to Mesh Format Supported

+  virtual void SetMeshName(const std::string& theMeshName);
+  virtual std::string GetMeshName() const;
+  Status addMessage(const std::string& msg, const bool isFatal=false);
src/Driver/Driver_Mesh.cxx
src/Driver/Driver_Mesh.h