SMDS_Mesh0DElement_MyNodeIterator Class Reference

Public Member Functions

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...
 
 SMDS_Mesh0DElement_MyNodeIterator (const SMDS_MeshNode *node)
 
- Public Member Functions inherited from SMDS_Iterator< VALUE >
virtual void remove ()
 Delete the current element and step to the next one. More...
 
virtual ~SMDS_Iterator ()
 Provide virtual destructor just for case if some derived iterator must have a destructor. More...
 

Constructor & Destructor Documentation

◆ SMDS_Mesh0DElement_MyNodeIterator()

SMDS_Mesh0DElement_MyNodeIterator::SMDS_Mesh0DElement_MyNodeIterator ( const SMDS_MeshNode node)

Member Function Documentation

◆ more()

bool SMDS_Mesh0DElement_MyNodeIterator::more ( )
virtual

Return true if and only if there are other object in this iterator.

Implements SMDS_Iterator< VALUE >.

◆ next()

const SMDS_MeshElement* SMDS_Mesh0DElement_MyNodeIterator::next ( )
virtual

Return the current object and step to the next one.

Implements SMDS_Iterator< VALUE >.


The documentation for this class was generated from the following file:
  • src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh0DElement.cpp