#include <SMDS_VtkCellIterator.hxx>

Public Types | |
| typedef SMDS_ITERATOR::value_type | result_type |
| typedef const SMDS_MeshElement * | value_type |
Public Member Functions | |
| SMDS_VtkCellIteratorPolyH (SMDS_Mesh *mesh, vtkIdType vtkCellId, SMDSAbs_EntityType type) | |
| virtual bool | more () |
| Return true if and only if there are other object in this iterator. More... | |
| virtual result_type | next () |
| 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... | |
Protected Attributes | |
| SMDS_Mesh * | _mesh |
| size_t | _index |
| TVtkIdList | _vtkIdList |
Private Types | |
| typedef SMDS_VtkCellIterator< SMDS_ITERATOR, _GetVtkNodesPolyh > | parent_t |
|
private |
|
inherited |
|
inherited |
| SMDS_VtkCellIteratorPolyH< SMDS_ITERATOR >::SMDS_VtkCellIteratorPolyH | ( | SMDS_Mesh * | mesh, |
| vtkIdType | vtkCellId, | ||
| SMDSAbs_EntityType | type | ||
| ) |
|
virtualinherited |
Return true if and only if there are other object in this iterator.
Implements SMDS_Iterator< const SMDS_MeshElement * >.
|
virtualinherited |
Return the current object and step to the next one.
Implements SMDS_Iterator< const SMDS_MeshElement * >.
|
virtualinherited |
Delete the current element and step to the next one.
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |