SMDS_FaceOfNodes_MyIterator Class Reference
Public Member Functions | |
| SMDS_FaceOfNodes_MyIterator (const SMDS_MeshNode *const *s, int l) | |
Public Member Functions inherited from SMDS_SetIterator< VALUE, VALUE_SET_ITERATOR, ACCESOR, VALUE_FILTER > | |
| virtual void | init (const VALUE_SET_ITERATOR &begin, const VALUE_SET_ITERATOR &end, const VALUE_FILTER &filter=VALUE_FILTER()) |
| Initialization. More... | |
| virtual bool | more () |
| Return true iff there are other object in this iterator. More... | |
| virtual VALUE | next () |
| Return the current object and step to the next one. More... | |
| SMDS_SetIterator (const VALUE_SET_ITERATOR &begin, const VALUE_SET_ITERATOR &end, const VALUE_FILTER &filter=VALUE_FILTER()) | |
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
◆ SMDS_FaceOfNodes_MyIterator()
| SMDS_FaceOfNodes_MyIterator::SMDS_FaceOfNodes_MyIterator | ( | const SMDS_MeshNode *const * | s, |
| int | l | ||
| ) |
The documentation for this class was generated from the following file:
- src/3rdParty/salomesmesh/src/SMDS/SMDS_FaceOfNodes.cpp
Public Member Functions inherited from
1.8.17