 |
VTK
9.0.1
|
Go to the documentation of this file.
28 #ifndef vtkImageClip_h
29 #define vtkImageClip_h
35 #include "vtkImagingCoreModule.h"
49 void SetOutputWholeExtent(
int minX,
int maxX,
int minY,
int maxY,
int minZ,
int maxZ);
50 void GetOutputWholeExtent(
int extent[6]);
54 void ResetOutputWholeExtent();
74 int OutputWholeExtent[6];
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called in response to a REQUEST_DATA request from the executive.
record modification and/or execution time
Generic algorithm superclass for image algs.
#define VTK_SIZEHINT(...)
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Subclasses can reimplement this method to collect information from their inputs and set information f...
topologically and geometrically regular array of data
a simple class to control print indentation
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.
static vtkAlgorithm * New()
int * GetOutputWholeExtent()