MyGroupIterator Class Reference
Public Member Functions | |
bool | more () |
Return true if and only if there are other object in this iterator. More... | |
MyGroupIterator (const SMDS_MeshGroup &group) | |
const SMDS_MeshElement * | next () |
Return the current object and step to the next one. More... | |
Public Member Functions inherited from SMDS_Iterator< VALUE > | |
virtual void | remove () |
Delete the current element and step to the next one. More... | |
virtual | ~SMDS_Iterator () |
Provide virtual destructor just for case if some derived iterator must have a destructor. More... | |
Constructor & Destructor Documentation
◆ MyGroupIterator()
MyGroupIterator::MyGroupIterator | ( | const SMDS_MeshGroup & | group | ) |
References SMDS_MeshGroup::InitIterator().
Member Function Documentation
◆ more()
|
virtual |
Return true if and only if there are other object in this iterator.
Implements SMDS_Iterator< VALUE >.
References SMDS_MeshGroup::More().
◆ next()
|
virtual |
Return the current object and step to the next one.
Implements SMDS_Iterator< VALUE >.
References SMDS_MeshGroup::Next().
The documentation for this class was generated from the following file:
- src/3rdParty/salomesmesh/src/SMESHDS/SMESHDS_Group.cpp