28 #ifndef vtkStructuredGridClip_h
29 #define vtkStructuredGridClip_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;
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkStructuredGridClip() override
record modification and/or execution time
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkStructuredGridAlgorithm * New()
a simple class to control print indentation
Superclass for algorithms that produce only structured grid as output.
int * GetOutputWholeExtent()
The whole extent of the output has to be set explicitly.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
topologically regular array of data
Reduces the image extent of the input.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.