|  | 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.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Uses an Exodus II element block as a vtkMappedUnstructuredGrid's implementation.
virtual void FetchPointIds()=0
Lookup the cell point ids in the data set and store them in this->PointIds.
virtual void FetchCellType()=0
Lookup the cell type in the data set and store it in this->CellType.
virtual void ResetToFirstCell()=0
Update internal state to point to the first cell.
a simple class to control print indentation
vtkCPExodusIIElementBlockPrivate StorageType
virtual void IncrementToNextCell()=0
Update internal state to point to the next cell.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual vtkIdType GetCellId()=0
Get the id of the current cell.
Efficient cell iterator for vtkDataSet topologies.
virtual void FetchPoints()=0
Lookup the cell points in the data set and store them in this->Points.