31 #ifndef __vtkImageMagnify_h
32 #define __vtkImageMagnify_h
34 #include "vtkImagingCoreModule.h"
42 void PrintSelf(ostream& os, vtkIndent indent);
47 vtkSetVector3Macro(MagnificationFactors,
int);
48 vtkGetVector3Macro(MagnificationFactors,
int);
54 vtkSetMacro(Interpolate,
int);
55 vtkGetMacro(Interpolate,
int);
56 vtkBooleanMacro(Interpolate,
int);
63 int MagnificationFactors[3];
66 vtkInformationVector **,
67 vtkInformationVector *);
69 vtkInformationVector **,
70 vtkInformationVector *);
73 vtkInformationVector **inputVector,
74 vtkInformationVector *outputVector,
75 vtkImageData ***inData,
76 vtkImageData **outData,
80 void InternalRequestUpdateExtent(
int *inExt,
int *outExt);
magnify an image by an integer value
void PrintSelf(ostream &os, vtkIndent indent)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Generic filter that has one input..
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int extent[6], int threadId)
static vtkAlgorithm * New()