SMDS_VtkCellIteratorToUNV 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...
 
virtual const SMDS_MeshNodenext ()
 Return the current object and step to the next one. More...
 
 SMDS_VtkCellIteratorToUNV (SMDS_Mesh *mesh, int vtkCellId, SMDSAbs_EntityType aType)
 
virtual ~SMDS_VtkCellIteratorToUNV ()
 
- Public Member Functions inherited from SMDS_Iterator< const SMDS_MeshNode * >
virtual bool more ()=0
 Return true if and only if there are other object in this iterator. More...
 
virtual const SMDS_MeshNodenext ()=0
 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...
 
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 ()
 
void exchange (vtkIdType a, vtkIdType b)
 
virtual bool more ()
 Return true if and only if there are other object in this iterator. More...
 
virtual const SMDS_MeshElementnext ()
 Return the current object and step to the next one. More...
 
 SMDS_VtkCellIterator (SMDS_Mesh *mesh, int vtkCellId, SMDSAbs_EntityType aType)
 
virtual ~SMDS_VtkCellIterator ()
 
- Protected Member Functions inherited from SMDS_Iterator< const SMDS_MeshElement * >
virtual bool more ()=0
 Return true if and only if there are other object in this iterator. More...
 
virtual const SMDS_MeshElementnext ()=0
 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...
 
virtual ~SMDS_Iterator ()
 Provide virtual destructor just for case if some derived iterator must have a destructor. More...
 

Constructor & Destructor Documentation

◆ SMDS_VtkCellIteratorToUNV()

SMDS_VtkCellIteratorToUNV::SMDS_VtkCellIteratorToUNV ( SMDS_Mesh mesh,
int  vtkCellId,
SMDSAbs_EntityType  aType 
)

◆ ~SMDS_VtkCellIteratorToUNV()

SMDS_VtkCellIteratorToUNV::~SMDS_VtkCellIteratorToUNV ( )
virtual

Member Function Documentation

◆ more()

bool SMDS_VtkCellIteratorToUNV::more ( )
virtual

Return true if and only if there are other object in this iterator.

Reimplemented from SMDS_VtkCellIterator.

References SMDS_VtkCellIterator::more().

◆ next()

const SMDS_MeshNode * SMDS_VtkCellIteratorToUNV::next ( )
virtual

Return the current object and step to the next one.

Reimplemented from SMDS_VtkCellIterator.

References SMDS_VtkCellIterator::next().


The documentation for this class was generated from the following files: