
Public Types | |
| typedef const SMDS_MeshElement * | value_type |
| typedef const SMDS_MeshNode * | value_type |
Public Member Functions | |
| MyNodeIterator (const TSubMeshSet &theSubMeshes) | |
| SMDS_NodeIteratorPtr | 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_MeshNode * | 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... | |
| virtual void | remove () |
| Delete the current element and step to the next one. More... | |
Private Attributes | |
| SMDSAbs_ElementType | myType |
| SMDS_ElemIteratorPtr | myElemIt |
| boost::shared_ptr< SMDS_Iterator< const SMDS_MeshNode * > > | myElemIt |
| SMDS_NodeIteratorPtr | myNodeIt |
| const SMDS_MeshElement * | myElem |
| bool | myMore |
| TSubMeshSet::const_iterator | mySubIt |
| TSubMeshSet::const_iterator | mySubEnd |
|
inherited |
|
inherited |
| MyNodeIterator::MyNodeIterator | ( | const TSubMeshSet & | theSubMeshes | ) |
|
virtual |
Implements MyIterator< const SMDS_MeshNode * >.
References SMESHDS_SubMesh::GetNodes().
|
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.
|
virtualinherited |
Delete the current element and step to the next one.
|
privateinherited |
|
privateinherited |
|
privateinherited |
|
privateinherited |
|
privateinherited |
|
privateinherited |
|
privateinherited |
|
privateinherited |