#include <SMDS_VtkCellIterator.hxx>

Public Member Functions | |
| SMDS_VtkCellIterator (SMDS_Mesh *mesh, int 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 const SMDS_MeshElement * | next () | 
| Return the current object and step to the next one.  More... | |
| void | exchange (vtkIdType a, vtkIdType b) | 
| virtual void | remove () | 
| Delete the current element and step to the next one.  More... | |
Protected Member Functions | |
| SMDS_VtkCellIterator () | |
Protected Attributes | |
| SMDS_Mesh * | _mesh | 
| int | _cellId | 
| int | _index | 
| int | _nbNodes | 
| SMDSAbs_EntityType | _type | 
| vtkIdList * | _vtkIdList | 
| SMDS_VtkCellIterator::SMDS_VtkCellIterator | ( | SMDS_Mesh * | mesh, | 
| int | vtkCellId, | ||
| SMDSAbs_EntityType | aType | ||
| ) | 
References _cellId, _mesh, _nbNodes, _vtkIdList, SMDS_MeshCell::fromVtkOrder(), and SMDS_Mesh::getGrid().
      
  | 
  virtual | 
References _vtkIdList.
      
  | 
  protected | 
| void SMDS_VtkCellIterator::exchange | ( | vtkIdType | a, | 
| vtkIdType | b | ||
| ) | 
References _vtkIdList.
      
  | 
  virtual | 
Return true if and only if there are other object in this iterator.
Implements SMDS_Iterator< const SMDS_MeshElement * >.
Reimplemented in SMDS_VtkCellIteratorPolyH, and SMDS_VtkCellIteratorToUNV.
References _index, and _nbNodes.
Referenced by SMDS_VtkCellIteratorToUNV::more().
      
  | 
  virtual | 
Return the current object and step to the next one.
Implements SMDS_Iterator< const SMDS_MeshElement * >.
Reimplemented in SMDS_VtkCellIteratorToUNV.
References _index, _mesh, _vtkIdList, and SMDS_Mesh::FindNodeVtk().
Referenced by SMDS_VtkCellIteratorToUNV::next().
      
  | 
  virtualinherited | 
Delete the current element and step to the next one.
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected |