 |
VTK
9.1.0
|
Go to the documentation of this file.
28 #ifndef vtkRectilinearGridClip_h
29 #define vtkRectilinearGridClip_h
34 #include "vtkFiltersGeneralModule.h"
74 int OutputWholeExtent[6];
void ResetOutputWholeExtent()
void SetOutputWholeExtent(int minX, int maxX, int minY, int maxY, int minZ, int maxZ)
The whole extent of the output has to be set explicitly.
Superclass for algorithms that produce only rectilinear grid as output.
a dataset that is topologically regular with variable spacing in the three coordinate directions
record modification and/or execution time
void CopyData(vtkRectilinearGrid *inData, vtkRectilinearGrid *outData, int *ext)
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
~vtkRectilinearGridClip() override=default
static vtkRectilinearGridClip * New()
a simple class to control print indentation
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.
void GetOutputWholeExtent(int extent[6])
The whole extent of the output has to be set explicitly.
int * GetOutputWholeExtent()
The whole extent of the output has to be set explicitly.
Reduces the image extent of the input.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.