12 #ifndef vtkExplicitStructuredGridCrop_h
13 #define vtkExplicitStructuredGridCrop_h
16 #include "vtkFiltersCoreModule.h"
18 VTK_ABI_NAMESPACE_BEGIN
32 void SetOutputWholeExtent(
int minX,
int maxX,
int minY,
int maxY,
int minZ,
int maxZ);
33 void GetOutputWholeExtent(
int extent[6]);
37 void ResetOutputWholeExtent();
48 int OutputWholeExtent[6];
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Filter which extracts a piece of explicit structured grid changing its extents.
static vtkExplicitStructuredGridAlgorithm * New()
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
a simple class to control print indentation
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Superclass for algorithms that produce only explicit structured grid as output.
int * GetOutputWholeExtent()
The whole extent of the output has to be set explicitly.