Go to the documentation of this file.
28 #ifndef vtkStructuredGridClip_h
29 #define vtkStructuredGridClip_h
34 #include "vtkFiltersGeneralModule.h"
75 int OutputWholeExtent[6];
Superclass for algorithms that produce only structured grid as output.
record modification and/or execution time
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void GetOutputWholeExtent(int extent[6])
topologically regular array of data
static vtkStructuredGridClip * New()
void CopyData(vtkStructuredGrid *inData, vtkStructuredGrid *outData, int *ext)
void SetOutputWholeExtent(int extent[6], vtkInformation *outInfo=nullptr)
The whole extent of the output has to be set explicitly.
a simple class to control print indentation
void ResetOutputWholeExtent()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
Reduces the image extent of the input.
void SetOutputWholeExtent(int minX, int maxX, int minY, int maxY, int minZ, int maxZ)
~vtkStructuredGridClip() override
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
int * GetOutputWholeExtent()