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