21 #ifndef vtkCPExodusIIElementBlockCellIterator_h 22 #define vtkCPExodusIIElementBlockCellIterator_h 25 #include "vtkIOExodusModule.h" 30 class vtkCPExodusIIElementBlockPrivate;
40 void PrintSelf(ostream &os,
vtkIndent indent);
47 ~vtkCPExodusIIElementBlockCellIterator();
49 void ResetToFirstCell();
50 void IncrementToNextCell();
56 void SetStorage(vtkCPExodusIIElementBlock *eb);
59 vtkCPExodusIIElementBlockCellIterator(const vtkCPExodusIIElementBlockCellIterator &) = delete;
60 void operator=(const vtkCPExodusIIElementBlockCellIterator &) = delete;
67 #endif //vtkCPExodusIIElementBlockCellIterator_h
Hold a reference to a vtkObjectBase instance.
a simple class to control print indentation
Uses an Exodus II element block as a vtkMappedUnstructuredGrid's implementation.
Efficient cell iterator for vtkDataSet topologies.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
vtkCPExodusIIElementBlockPrivate StorageType
represent and manipulate 3D points
vtkCellIterator subclass specialized for vtkCPExodusIIElementBlock.