21 #ifndef vtkExplicitStructuredGridCrop_h
22 #define vtkExplicitStructuredGridCrop_h
25 #include "vtkFiltersCoreModule.h"
56 int OutputWholeExtent[6];
Superclass for algorithms that produce only explicit structured grid as output.
Filter which extracts a piece of explicit structured grid changing its extents.
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
void SetOutputWholeExtent(int extent[6], vtkInformation *outInfo=nullptr)
The whole extent of the output has to be set explicitly.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkExplicitStructuredGridCrop()
void SetOutputWholeExtent(int minX, int maxX, int minY, int maxY, int minZ, int maxZ)
static vtkExplicitStructuredGridCrop * New()
void GetOutputWholeExtent(int extent[6])
int * GetOutputWholeExtent()
void ResetOutputWholeExtent()
~vtkExplicitStructuredGridCrop() override=default
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