Salome HOME
22170: [CEA 704] Redirect NETGEN outup in a log file
[modules/smesh.git] / src / SMESH / SMESH_Mesh.hxx
index 5dc907eae75084c8ebf3f28af5f169081ff9fc02..fa6abc0bb4e610dbca2b6e611ae8f301a066eb4c 100644 (file)
@@ -148,6 +148,8 @@ public:
                     const bool                               andAncestors,
                     std::list< TopoDS_Shape > *              assignedTo=0) const;
 
+  SMESH_Hypothesis * GetHypothesis(const int aHypID) const;
+
   const std::list<SMESHDS_Command*> & GetLog() throw(SALOME_Exception);
   
   void ClearLog() throw(SALOME_Exception);
@@ -252,6 +254,8 @@ public:
   void ExportSAUV(const char *file, 
                   const char* theMeshName = NULL, 
                   bool theAutoGroups = true) throw(SALOME_Exception);
+
+  double GetComputeProgress() const;
   
   int NbNodes() const throw(SALOME_Exception);
   int Nb0DElements() const throw(SALOME_Exception);