MyNodeIterator Class Reference
Public Member Functions | |
| SMDS_NodeIteratorPtr | getElements (const SMESHDS_SubMesh *theSubMesh) const |
| MyNodeIterator (const set< const SMESHDS_SubMesh * > &theSubMeshes) | |
Public Member Functions inherited from MyIterator< const SMDS_MeshNode * > | |
| 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... | |
| MyIterator (const set< const SMESHDS_SubMesh * > &theSubMeshes) | |
| MyIterator (SMDSAbs_ElementType type, const SMESHDS_SubMesh *subMesh) | |
| 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... | |
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... | |
Additional Inherited Members |
Constructor & Destructor Documentation
◆ MyNodeIterator()
| MyNodeIterator::MyNodeIterator | ( | const set< const SMESHDS_SubMesh * > & | theSubMeshes | ) |
Member Function Documentation
◆ getElements()
|
virtual |
Implements MyIterator< const SMDS_MeshNode * >.
References SMESHDS_SubMesh::GetNodes().
The documentation for this class was generated from the following file:
- src/3rdParty/salomesmesh/src/SMESHDS/SMESHDS_SubMesh.cpp
Public Member Functions inherited from
1.8.17