
Public Member Functions | |
| SMDS_VolumeOfFaces_MyIterator (const SMDS_MeshFace *const *s, int l) | |
| bool | more () |
| Return true if and only if there are other object in this iterator. | |
| const SMDS_MeshElement * | next () |
| Return the current object and step to the next one. | |
| virtual void | remove () |
| Delete the current element and step to the next one. | |
Private Attributes | |
| const SMDS_MeshFace *const | mySet |
| int | myLength |
| int | index |
Definition at line 57 of file SMDS_VolumeOfFaces.cxx.
| SMDS_VolumeOfFaces_MyIterator.SMDS_VolumeOfFaces_MyIterator | ( | const SMDS_MeshFace *const * | s, |
| int | l | ||
| ) |
Definition at line 63 of file SMDS_VolumeOfFaces.cxx.
| bool SMDS_VolumeOfFaces_MyIterator.more | ( | ) | [virtual] |
Return true if and only if there are other object in this iterator.
Implements SMDS_Iterator< const SMDS_MeshElement * >.
Definition at line 66 of file SMDS_VolumeOfFaces.cxx.
| const SMDS_MeshElement* SMDS_VolumeOfFaces_MyIterator.next | ( | ) | [virtual] |
Return the current object and step to the next one.
Implements SMDS_Iterator< const SMDS_MeshElement * >.
Definition at line 71 of file SMDS_VolumeOfFaces.cxx.
| virtual void SMDS_Iterator< const SMDS_MeshElement * >.remove | ( | ) | [virtual, inherited] |
Delete the current element and step to the next one.
Definition at line 44 of file SMDS_Iterator.hxx.
{}
int SMDS_VolumeOfFaces_MyIterator.index [private] |
Definition at line 61 of file SMDS_VolumeOfFaces.cxx.
int SMDS_VolumeOfFaces_MyIterator.myLength [private] |
Definition at line 60 of file SMDS_VolumeOfFaces.cxx.
const SMDS_MeshFace* const SMDS_VolumeOfFaces_MyIterator.mySet [private] |
Definition at line 59 of file SMDS_VolumeOfFaces.cxx.