Iterator on nodes of a cell. More...
#include <SMDS_VtkCellIterator.hxx>

Public Types | |
| typedef SMDS_ITERATOR::value_type | result_type |
| typedef const SMDS_MeshElement * | value_type |
Public Member Functions | |
| SMDS_VtkCellIterator (SMDS_Mesh *mesh, vtkIdType vtkCellId, SMDSAbs_EntityType aType) | |
| virtual | ~SMDS_VtkCellIterator () |
| 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 |
Iterator on nodes of a cell.
| typedef SMDS_ITERATOR::value_type SMDS_VtkCellIterator< SMDS_ITERATOR, GET_VTK_NODES >::result_type |
|
inherited |
| SMDS_VtkCellIterator< SMDS_ITERATOR, GET_VTK_NODES >::SMDS_VtkCellIterator | ( | SMDS_Mesh * | mesh, |
| vtkIdType | vtkCellId, | ||
| SMDSAbs_EntityType | aType | ||
| ) |
|
virtual |
|
virtual |
Return true if and only if there are other object in this iterator.
Implements SMDS_Iterator< const SMDS_MeshElement * >.
References SMDS_VtkCellIterator< SMDS_ITERATOR, GET_VTK_NODES >::_index, and SMDS_VtkCellIterator< SMDS_ITERATOR, GET_VTK_NODES >::_vtkIdList.
|
virtual |
Return the current object and step to the next one.
Implements SMDS_Iterator< const SMDS_MeshElement * >.
References SMDS_VtkCellIterator< SMDS_ITERATOR, GET_VTK_NODES >::_index, SMDS_VtkCellIterator< SMDS_ITERATOR, GET_VTK_NODES >::_mesh, SMDS_VtkCellIterator< SMDS_ITERATOR, GET_VTK_NODES >::_vtkIdList, and SMDS_Mesh::FindNodeVtk().
|
virtualinherited |
Delete the current element and step to the next one.
|
protected |
|
protected |
Referenced by SMDS_VtkCellIterator< SMDS_ITERATOR, GET_VTK_NODES >::next().
|
protected |