0021014: EDF 1583 SMESH: Improvement of the Python Dump for the creation of groups

-  int GetID (const int theIndex);
+  virtual int GetID (const int theIndex);
This commit is contained in:
eap 2011-06-23 12:05:43 +00:00
parent e92088a576
commit 77d9e5ae72

View File

@ -68,7 +68,7 @@ class SMESHDS_EXPORT SMESHDS_GroupBase
virtual SMDS_ElemIteratorPtr GetElements() const = 0;
int GetID (const int theIndex);
virtual int GetID (const int theIndex);
// use it for iterations 1..Extent()
virtual ~SMESHDS_GroupBase() {}