27 #ifndef __vtkRectilinearGridClip_h
28 #define __vtkRectilinearGridClip_h
45 void SetOutputWholeExtent(
int minX,
int maxX,
int minY,
int maxY,
47 void GetOutputWholeExtent(
int extent[6]);
51 void ResetOutputWholeExtent();
57 vtkSetMacro(ClipData,
int);
58 vtkGetMacro(ClipData,
int);
59 vtkBooleanMacro(ClipData,
int);
63 void SetOutputWholeExtent(
int piece,
int numPieces);
72 int OutputWholeExtent[6];
a dataset that is topologically regular with variable spacing in the three coordinate directions ...
Superclass for algorithms that produce only rectilinear grid as output.
~vtkRectilinearGridClip()
static vtkRectilinearGridAlgorithm * New()
record modification and/or execution time
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
a simple class to control print indentation
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Reduces the image extent of the input.
void PrintSelf(ostream &os, vtkIndent indent)
int * GetOutputWholeExtent()