 |
VTK
9.1.0
|
Go to the documentation of this file.
67 #ifndef vtkImageClip_h
68 #define vtkImageClip_h
74 #include "vtkImagingCoreModule.h"
113 int OutputWholeExtent[6];
void ResetOutputWholeExtent()
static vtkImageClip * New()
~vtkImageClip() override=default
void GetOutputWholeExtent(int extent[6])
The whole extent of the output has to be set explicitly.
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.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
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.
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses can reimplement this method to collect information from their inputs and set information f...
void CopyData(vtkImageData *inData, vtkImageData *outData, int *ext)
void SetOutputWholeExtent(int extent[6], vtkInformation *outInfo=nullptr)
The whole extent of the output has to be set explicitly.
#define VTK_SIZEHINT(...)
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.
int * GetOutputWholeExtent()
The whole extent of the output has to be set explicitly.