24 #ifndef __vtkExtractPiece_h
25 #define __vtkExtractPiece_h
27 #include "vtkFiltersParallelImagingModule.h"
34 class vtkUnstructuredGrid;
42 void PrintSelf(ostream& os, vtkIndent indent);
49 vtkInformationVector** inputVector,
50 vtkInformationVector* outputVector);
53 vtkInformationVector**,
54 vtkInformationVector*);
56 vtkInformationVector**,
57 vtkInformationVector*);
59 void ExtractImageData(vtkImageData *imageData,
61 int piece,
int numberOfPieces,
int ghostLevel,
65 int piece,
int numberOfPieces,
int ghostLevel,
69 int piece,
int numberOfPieces,
int ghostLevel,
73 int piece,
int numberOfPieces,
int ghostLevel,
75 void ExtractUnstructuredGrid(vtkUnstructuredGrid *uGrid,
77 int piece,
int numberOfPieces,
int ghostLevel,
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
a dataset that is topologically regular with variable spacing in the three coordinate directions ...
Superclass for algorithms that produce only vtkCompositeDataSet as output.
concrete dataset represents vertices, lines, polygons, and triangle strips
superclass for composite data iterators
abstract superclass for composite (multi-block or AMR) datasets
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void PrintSelf(ostream &os, vtkIndent indent)
topologically regular array of data
static vtkCompositeDataSetAlgorithm * New()
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)