
Public Member Functions | |
| SMDS_Mesh0DElement_MyNodeIterator (const SMDS_MeshNode *node) | |
| 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_MeshNode * | myNode |
| int | myIndex |
Definition at line 91 of file SMDS_Mesh0DElement.cxx.
| SMDS_Mesh0DElement_MyNodeIterator.SMDS_Mesh0DElement_MyNodeIterator | ( | const SMDS_MeshNode * | node | ) |
Definition at line 96 of file SMDS_Mesh0DElement.cxx.
| bool SMDS_Mesh0DElement_MyNodeIterator.more | ( | ) | [virtual] |
Return true if and only if there are other object in this iterator.
Implements SMDS_Iterator< const SMDS_MeshElement * >.
Definition at line 99 of file SMDS_Mesh0DElement.cxx.
{
return myIndex < 1;
}
| const SMDS_MeshElement* SMDS_Mesh0DElement_MyNodeIterator.next | ( | ) | [virtual] |
Return the current object and step to the next one.
Implements SMDS_Iterator< const SMDS_MeshElement * >.
Definition at line 104 of file SMDS_Mesh0DElement.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_Mesh0DElement_MyNodeIterator.myIndex [private] |
Definition at line 94 of file SMDS_Mesh0DElement.cxx.
const SMDS_MeshNode* SMDS_Mesh0DElement_MyNodeIterator.myNode [private] |
Definition at line 93 of file SMDS_Mesh0DElement.cxx.