28 #ifndef vtkRectilinearGridClip_h
29 #define vtkRectilinearGridClip_h
34 #include "vtkFiltersGeneralModule.h"
49 void SetOutputWholeExtent(
int minX,
int maxX,
int minY,
int maxY,
51 void GetOutputWholeExtent(
int extent[6]);
55 void ResetOutputWholeExtent();
64 vtkGetMacro(ClipData,
int);
75 int OutputWholeExtent[6];
87 vtkInformationVector *) VTK_OVERRIDE;
a dataset that is topologically regular with variable spacing in the three coordinate directions ...
Superclass for algorithms that produce only rectilinear grid as output.
static vtkRectilinearGridAlgorithm * New()
record modification and/or execution time
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
Reduces the image extent of the input.
~vtkRectilinearGridClip() override
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
int * GetOutputWholeExtent()
The whole extent of the output has to be set explicitly.