 |
VTK
9.0.1
|
Go to the documentation of this file.
21 #ifndef vtkCPExodusIIElementBlockCellIterator_h
22 #define vtkCPExodusIIElementBlockCellIterator_h
25 #include "vtkIOExodusModule.h"
30 class vtkCPExodusIIElementBlockPrivate;
54 friend class ::vtkCPExodusIIElementBlock;
66 #endif // vtkCPExodusIIElementBlockCellIterator_h
vtkCellIterator subclass specialized for vtkCPExodusIIElementBlock.
Uses an Exodus II element block as a vtkMappedUnstructuredGrid's implementation.
void FetchPoints()
Lookup the cell points in the data set and store them in this->Points.
void IncrementToNextCell()
Update internal state to point to the next cell.
void SetStorage(vtkCPExodusIIElementBlock *eb)
void FetchCellType()
Lookup the cell type in the data set and store it in this->CellType.
vtkCPExodusIIElementBlockCellIterator()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
~vtkCPExodusIIElementBlockCellIterator()
void ResetToFirstCell()
Update internal state to point to the first cell.
void FetchPointIds()
Lookup the cell point ids in the data set and store them in this->PointIds.
vtkCPExodusIIElementBlockPrivate StorageType
Efficient cell iterator for vtkDataSet topologies.
vtkIdType GetCellId()
Get the id of the current cell.
static vtkCPExodusIIElementBlockCellIterator * New()