23 #ifndef vtkImageShrink3D_h
24 #define vtkImageShrink3D_h
27 #include "vtkImagingCoreModule.h"
41 vtkSetVector3Macro(ShrinkFactors,
int);
42 vtkGetVector3Macro(ShrinkFactors,
int);
49 vtkSetVector3Macro(Shift,
int);
50 vtkGetVector3Macro(Shift,
int);
61 void SetAveraging(
int);
67 vtkGetMacro(Mean,
int);
71 vtkGetMacro(Minimum,
int);
75 vtkGetMacro(Maximum,
int);
79 vtkGetMacro(Median,
int);
96 void ThreadedRequestData(vtkInformation *request,
97 vtkInformationVector **inputVector,
98 vtkInformationVector *outputVector,
100 int ext[6],
int id) VTK_OVERRIDE;
102 void InternalRequestUpdateExtent(
int *inExt,
int *outExt);
Generic filter that has one input.
a simple class to control print indentation
topologically and geometrically regular array of data
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Subclasses can reimplement this method to collect information from their inputs and set information f...
int GetAveraging()
Choose Mean, Minimum, Maximum, Median or sub sampling.
~vtkImageShrink3D() override
static vtkAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.