X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMDS%2FSMDS_Mesh.hxx;fp=src%2FSMDS%2FSMDS_Mesh.hxx;h=3da801f598891de96fcb6ec2b957ef86a5421904;hp=b42f22dbb43988fe74bf95cf1e1bf5ddac7d8762;hb=a4f06a3d9d427fc2d618d47c95f307d2a6695b4c;hpb=fad0945128baf5e8d6642d9805727269db28c4cd diff --git a/src/SMDS/SMDS_Mesh.hxx b/src/SMDS/SMDS_Mesh.hxx index b42f22dbb..3da801f59 100644 --- a/src/SMDS/SMDS_Mesh.hxx +++ b/src/SMDS/SMDS_Mesh.hxx @@ -618,7 +618,8 @@ public: // Renumber all nodes or elements. virtual void CompactMesh(); - bool IsCompacted(); + virtual bool IsCompacted(); + virtual bool HasNumerationHoles(); template static const ELEMTYPE* DownCast( const SMDS_MeshElement* e ) @@ -677,10 +678,10 @@ public: */ static int CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc); - int MaxNodeID() const; - int MinNodeID() const; - int MaxElementID() const; - int MinElementID() const; + virtual int MaxNodeID() const; + virtual int MinNodeID() const; + virtual int MaxElementID() const; + virtual int MinElementID() const; const SMDS_MeshInfo& GetMeshInfo() const { return myInfo; }