76#ifndef vtkImageShrink3D_h
77#define vtkImageShrink3D_h
79#include "vtkImagingCoreModule.h"
82VTK_ABI_NAMESPACE_BEGIN
151 VTK_FUTURE_CONST
int ext[6],
int id)
override;
topologically and geometrically regular array of data
void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, VTK_FUTURE_CONST int ext[6], int id) override
If the subclass does not define an Execute method, then the task will be broken up,...
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 InternalRequestUpdateExtent(int inExt[6], VTK_FUTURE_CONST int outExt[6])
void SetMinimum(vtkTypeBool)
~vtkImageShrink3D() override=default
static vtkImageShrink3D * New()
virtual vtkTypeBool GetMean()
vtkTypeBool GetAveraging()
Choose Mean, Minimum, Maximum, Median or sub sampling.
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)
a simple class to control print indentation
vtkThreadedImageAlgorithm()