Public Member Functions | |
MyElemIterator (const set< const SMESHDS_SubMesh * > &theSubMeshes) | |
SMDS_ElemIteratorPtr | getElements (const SMESHDS_SubMesh *theSubMesh) const |
bool | more () |
Return true if and only if there are other object in this iterator. More... | |
bool | more () |
Return true if and only if there are other object in this iterator. More... | |
const SMDS_MeshElement * | next () |
Return the current object and step to the next one. More... | |
const SMDS_MeshElement * | next () |
Return the current object and step to the next one. More... | |
virtual void | remove () |
Delete the current element and step to the next one. More... | |
MyElemIterator::MyElemIterator | ( | const set< const SMESHDS_SubMesh * > & | theSubMeshes | ) |
|
virtual |
Implements MyIterator< const SMDS_MeshElement * >.
References SMESHDS_SubMesh::GetElements().
|
virtualinherited |
Return true if and only if there are other object in this iterator.
Implements SMDS_Iterator< const SMDS_MeshElement * >.
|
virtualinherited |
Return true if and only if there are other object in this iterator.
Implements SMDS_Iterator< const SMDS_MeshElement * >.
|
virtualinherited |
Return the current object and step to the next one.
Implements SMDS_Iterator< const SMDS_MeshElement * >.
|
virtualinherited |
Return the current object and step to the next one.
Implements SMDS_Iterator< const SMDS_MeshElement * >.
|
virtualinherited |
Delete the current element and step to the next one.