20 #ifndef vtkCPExodusIIElementBlockCellIterator_h
21 #define vtkCPExodusIIElementBlockCellIterator_h
29 class vtkCPExodusIIElementBlockPrivate;
39 void PrintSelf(ostream &os,
vtkIndent indent);
46 ~vtkCPExodusIIElementBlockCellIterator();
48 void ResetToFirstCell();
49 void IncrementToNextCell();
55 void SetStorage(vtkCPExodusIIElementBlock *eb);
58 vtkCPExodusIIElementBlockCellIterator(const vtkCPExodusIIElementBlockCellIterator &);
59 void operator=(const vtkCPExodusIIElementBlockCellIterator &);
66 #endif //vtkCPExodusIIElementBlockCellIterator_h
Hold a reference to a vtkObjectBase instance.
a simple class to control print indentation
#define VTKIOEXODUS_EXPORT
Uses an Exodus II element block as a vtkMappedUnstructuredGrid's implementation.
Efficient cell iterator for vtkDataSet topologies.
vtkCPExodusIIElementBlockPrivate StorageType
represent and manipulate 3D points
vtkCellIterator subclass specialized for vtkCPExodusIIElementBlock.