 |
VTK
9.0.1
|
Go to the documentation of this file.
21 #ifndef vtkExplicitStructuredGridCrop_h
22 #define vtkExplicitStructuredGridCrop_h
25 #include "vtkFiltersCoreModule.h"
40 void SetOutputWholeExtent(
int minX,
int maxX,
int minY,
int maxY,
int minZ,
int maxZ);
41 void GetOutputWholeExtent(
int extent[6]);
45 void ResetOutputWholeExtent();
56 int OutputWholeExtent[6];
Filter which extracts a piece of explicit structured grid changing its extents.
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
a simple class to control print indentation
Superclass for algorithms that produce only explicit structured grid as output.
int * GetOutputWholeExtent()
static vtkExplicitStructuredGridAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.