X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESH%2FSMESH_Mesh.hxx;h=c34802c1d9b41ae54f66c36982b68e70d7dbb51e;hb=45b939fb48267cc638c35ee0a6e67d214b0ceac5;hp=5dc907eae75084c8ebf3f28af5f169081ff9fc02;hpb=4fecefcc2bdb9e536e33d9b9c2efce0bec7becb5;p=modules%2Fsmesh.git diff --git a/src/SMESH/SMESH_Mesh.hxx b/src/SMESH/SMESH_Mesh.hxx index 5dc907eae..c34802c1d 100644 --- a/src/SMESH/SMESH_Mesh.hxx +++ b/src/SMESH/SMESH_Mesh.hxx @@ -45,7 +45,7 @@ #include -#ifdef WNT +#ifdef WIN32 #pragma warning(disable:4251) // Warning DLL Interface ... #pragma warning(disable:4290) // Warning Exception ... #endif @@ -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 & 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);