Salome HOME
Export MeshGems version, to be able to check it in scripts
[plugins/blsurfplugin.git] / src / BLSURFPlugin / BLSURFPlugin_Hypothesis.hxx
index fcff08a66935db1736f6891a4f2c0983aa308e56..705dc72b8ca0fde385733345d01c402fe22c9d40 100644 (file)
@@ -75,6 +75,8 @@ public:
 
   TopoDS_Shape entryToShape(std::string entry);
 
+  static std::string GetMeshGemsVersion();
+
   void SetPhysicalMesh(PhysicalMesh thePhysicalMesh);
   PhysicalMesh GetPhysicalMesh() const { return _physicalMesh; }