|
| SMDS_QuadraticVolumeOfNodes_MyIterator (const vector< const SMDS_MeshNode * > &s) |
|
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()) |
|
virtual bool | more ()=0 |
| Return true if and only if there are other object in this iterator. More...
|
|
virtual VALUE | next ()=0 |
| 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 | ~SMDS_Iterator () |
| Provide virtual destructor just for case if some derived iterator must have a destructor. More...
|
|
◆ SMDS_QuadraticVolumeOfNodes_MyIterator()
SMDS_QuadraticVolumeOfNodes_MyIterator::SMDS_QuadraticVolumeOfNodes_MyIterator |
( |
const vector< const SMDS_MeshNode * > & |
s | ) |
|
The documentation for this class was generated from the following file:
- FreeCAD/src/3rdParty/salomesmesh/src/SMDS/SMDS_QuadraticVolumeOfNodes.cpp