17#ifndef vtkImageShrink3D_h 
   18#define vtkImageShrink3D_h 
   20#include "vtkImagingCoreModule.h"  
   23VTK_ABI_NAMESPACE_BEGIN
 
   35  vtkSetVector3Macro(ShrinkFactors, 
int);
 
   36  vtkGetVector3Macro(ShrinkFactors, 
int);
 
   43  vtkSetVector3Macro(Shift, 
int);
 
   44  vtkGetVector3Macro(Shift, 
int);
 
topologically and geometrically regular array of data
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
void SetAveraging(vtkTypeBool)
Choose Mean, Minimum, Maximum, Median or sub sampling.
 
void SetMean(vtkTypeBool)
 
void SetMinimum(vtkTypeBool)
 
~vtkImageShrink3D() override=default
 
static vtkImageShrink3D * New()
 
vtkTypeBool GetAveraging()
Choose Mean, Minimum, Maximum, Median or sub sampling.
 
void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int ext[6], int id) override
If the subclass does not define an Execute method, then the task will be broken up,...
 
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses can reimplement this method to collect information from their inputs and set information f...
 
void SetMedian(vtkTypeBool)
 
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses can reimplement this method to translate the update extent requests from each output port ...
 
void SetMaximum(vtkTypeBool)
 
void InternalRequestUpdateExtent(int *inExt, int *outExt)
 
a simple class to control print indentation
 
Generic filter that has one input.