SMDS_VtkCellIteratorPolyH Class Reference
#include <SMDS_VtkCellIterator.hxx>
Public Member Functions | |
| virtual bool | more () |
| Return true if and only if there are other object in this iterator. More... | |
| SMDS_VtkCellIteratorPolyH (SMDS_Mesh *mesh, int vtkCellId, SMDSAbs_EntityType aType) | |
| virtual | ~SMDS_VtkCellIteratorPolyH () |
Public Member Functions inherited from SMDS_VtkCellIterator | |
| void | exchange (vtkIdType a, vtkIdType b) |
| virtual const SMDS_MeshElement * | next () |
| Return the current object and step to the next one. More... | |
| SMDS_VtkCellIterator (SMDS_Mesh *mesh, int vtkCellId, SMDSAbs_EntityType aType) | |
| virtual | ~SMDS_VtkCellIterator () |
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... | |
Additional Inherited Members | |
Protected Member Functions inherited from SMDS_VtkCellIterator | |
| SMDS_VtkCellIterator () | |
Constructor & Destructor Documentation
◆ SMDS_VtkCellIteratorPolyH()
| SMDS_VtkCellIteratorPolyH::SMDS_VtkCellIteratorPolyH | ( | SMDS_Mesh * | mesh, |
| int | vtkCellId, | ||
| SMDSAbs_EntityType | aType | ||
| ) |
◆ ~SMDS_VtkCellIteratorPolyH()
|
virtual |
Member Function Documentation
◆ more()
|
virtual |
Return true if and only if there are other object in this iterator.
Reimplemented from SMDS_VtkCellIterator.
The documentation for this class was generated from the following files:
- src/3rdParty/salomesmesh/inc/SMDS_VtkCellIterator.hxx
- src/3rdParty/salomesmesh/src/SMDS/SMDS_VtkCellIterator.cpp
Public Member Functions inherited from
1.8.17