mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 10:08:34 +05:00
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:
parent
e92088a576
commit
77d9e5ae72
@ -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() {}
|
||||
|
Loading…
Reference in New Issue
Block a user