SMDS_MeshNode_MyInvIterator Class Reference
Iterator on list of elements. More...
Public Member Functions | |
bool | more () |
Return true if and only if there are other object in this iterator. More... | |
const SMDS_MeshElement * | next () |
Return the current object and step to the next one. More... | |
SMDS_MeshNode_MyInvIterator (SMDS_Mesh *mesh, vtkIdType *cells, int ncells, SMDSAbs_ElementType type) | |
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... | |
Detailed Description
Iterator on list of elements.
Constructor & Destructor Documentation
◆ SMDS_MeshNode_MyInvIterator()
SMDS_MeshNode_MyInvIterator::SMDS_MeshNode_MyInvIterator | ( | SMDS_Mesh * | mesh, |
vtkIdType * | cells, | ||
int | ncells, | ||
SMDSAbs_ElementType | type | ||
) |
References SMDS_Mesh::FindElement(), SMDS_Mesh::fromVtkToSmds(), and SMDS_MeshElement::GetType().
Member Function Documentation
◆ more()
|
virtual |
Return true if and only if there are other object in this iterator.
Implements SMDS_Iterator< VALUE >.
◆ next()
|
virtual |
Return the current object and step to the next one.
Implements SMDS_Iterator< VALUE >.
References SMDS_Mesh::FindElement(), and SMDS_Mesh::fromVtkToSmds().
The documentation for this class was generated from the following file:
- src/3rdParty/salomesmesh/src/SMDS/SMDS_MeshNode.cpp