=================================================================== More...
Public Member Functions | |
_MyEdgeIterator (const SMDS_FaceOfNodes *face) | |
virtual bool | more () |
Return true if and only if there are other object in this iterator. More... | |
virtual const SMDS_MeshElement * | next () |
Return the current object and step to the next one. More... | |
_MyEdgeIterator (const SMDS_MeshFace *face) | |
virtual bool | more () |
Return true if and only if there are other object in this iterator. More... | |
virtual const SMDS_MeshElement * | next () |
Return the current object and step to the next one. More... | |
_MyEdgeIterator (const SMDS_QuadraticFaceOfNodes *face) | |
virtual bool | more () |
Return true if and only if there are other object in this iterator. More... | |
virtual 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... | |
Private Attributes | |
vector< const SMDS_MeshElement * > | myElems |
size_t | myIndex |
===================================================================
Iterator on edges of face===================================================================
_MyEdgeIterator::_MyEdgeIterator | ( | const SMDS_FaceOfNodes * | face | ) |
_MyEdgeIterator::_MyEdgeIterator | ( | const SMDS_MeshFace * | face | ) |
_MyEdgeIterator::_MyEdgeIterator | ( | const SMDS_QuadraticFaceOfNodes * | face | ) |
|
virtual |
Return true if and only if there are other object in this iterator.
Implements SMDS_Iterator< const SMDS_MeshElement * >.
|
virtual |
Return true if and only if there are other object in this iterator.
Implements SMDS_Iterator< const SMDS_MeshElement * >.
|
virtual |
Return true if and only if there are other object in this iterator.
Implements SMDS_Iterator< const SMDS_MeshElement * >.
|
virtual |
Return the current object and step to the next one.
Implements SMDS_Iterator< const SMDS_MeshElement * >.
|
virtual |
Return the current object and step to the next one.
Implements SMDS_Iterator< const SMDS_MeshElement * >.
|
virtual |
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.
|
private |
|
private |