Version: 8.3.0
SMDS_FaceOfEdges_MyIterator Class Reference
Inheritance diagram for SMDS_FaceOfEdges_MyIterator:

Public Member Functions

 SMDS_FaceOfEdges_MyIterator (const SMDS_MeshEdge *const *s, int l)
 
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_MeshEdge *const * mySet
 
int myLength
 
int index
 

Constructor & Destructor Documentation

SMDS_FaceOfEdges_MyIterator::SMDS_FaceOfEdges_MyIterator ( const SMDS_MeshEdge *const *  s,
int  l 
)

Member Function Documentation

bool SMDS_FaceOfEdges_MyIterator::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_FaceOfEdges_MyIterator::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_FaceOfEdges_MyIterator::index
private
int SMDS_FaceOfEdges_MyIterator::myLength
private
const SMDS_MeshEdge* const* SMDS_FaceOfEdges_MyIterator::mySet
private