=================================================================== More...
Public Member Functions | |
_MySubIterator (const SMDS_MeshVolume *vol, SMDSAbs_ElementType type) | |
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... | |
_MySubIterator (const SMDS_MeshVolume *vol, SMDSAbs_ElementType type) | |
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... | |
_MySubIterator (const SMDS_VolumeOfNodes *vol, SMDSAbs_ElementType type) | |
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 faces or edges of volume.
Iterator on faces or edges of volume===================================================================
_MySubIterator::_MySubIterator | ( | const SMDS_MeshVolume * | vol, |
SMDSAbs_ElementType | type | ||
) |
_MySubIterator::_MySubIterator | ( | const SMDS_MeshVolume * | vol, |
SMDSAbs_ElementType | type | ||
) |
References SMDS_VolumeTool::GetAllExistingFaces(), and SMDSAbs_Face.
_MySubIterator::_MySubIterator | ( | const SMDS_VolumeOfNodes * | vol, |
SMDSAbs_ElementType | type | ||
) |
References SMDS_VolumeTool::GetAllExistingFaces(), and SMDSAbs_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 |