26 #ifndef vtkImageMagnify_h
27 #define vtkImageMagnify_h
29 #include "vtkImagingCoreModule.h"
44 vtkSetVector3Macro(MagnificationFactors,
int);
45 vtkGetVector3Macro(MagnificationFactors,
int);
54 vtkGetMacro(Interpolate,
int);
62 int MagnificationFactors[3];
69 vtkInformationVector *) VTK_OVERRIDE;
71 void ThreadedRequestData(vtkInformation *request,
72 vtkInformationVector **inputVector,
73 vtkInformationVector *outputVector,
79 void InternalRequestUpdateExtent(
int *inExt,
int *outExt);
~vtkImageMagnify() override
magnify an image by an integer value
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Subclasses can reimplement this method to translate the update extent requests from each output port ...
Generic filter that has one input.
a simple class to control print indentation
topologically and geometrically regular array of data
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
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.