Version: 8.3.0
SMDS_Mesh0DElement_MyNodeIterator Class Reference
Inheritance diagram for SMDS_Mesh0DElement_MyNodeIterator:

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. More...
 
const SMDS_MeshElementnext ()
 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

const SMDS_MeshNodemyNode
 
int myIndex
 

Constructor & Destructor Documentation

SMDS_Mesh0DElement_MyNodeIterator::SMDS_Mesh0DElement_MyNodeIterator ( const SMDS_MeshNode node)

Member Function Documentation

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 * >.

const SMDS_MeshElement* SMDS_Mesh0DElement_MyNodeIterator::next ( )
virtual

Return the current object and step to the next one.

Implements SMDS_Iterator< const SMDS_MeshElement * >.

virtual void SMDS_Iterator< const SMDS_MeshElement * >::remove ( )
virtualinherited

Delete the current element and step to the next one.

Field Documentation

int SMDS_Mesh0DElement_MyNodeIterator::myIndex
private
const SMDS_MeshNode* SMDS_Mesh0DElement_MyNodeIterator::myNode
private