Go to the documentation of this file.
33 #ifndef vtkImageResize_h
34 #define vtkImageResize_h
63 this->SetResizeMethod(OUTPUT_DIMENSIONS); }
65 this->SetResizeMethod(OUTPUT_SPACING); }
67 this->SetResizeMethod(MAGNIFICATION_FACTORS); }
160 int OutputDimensions[3];
161 double OutputSpacing[3];
162 double MagnificationFactors[3];
165 double CroppingRegion[6];
167 double IndexStretch[3];
168 double IndexTranslate[3];
#define vtkGetVector6Macro(name, type)
virtual vtkAbstractImageInterpolator * GetInternalInterpolator()
virtual const char * GetResizeMethodAsString()
#define vtkSetVector3Macro(name, type)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
#define vtkTypeMacro(thisClass, superclass)
Generic filter that has one input..
vtkAbstractImageInterpolator * NNInterpolator
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
#define vtkSetClampMacro(name, type, min, max)
#define vtkGetVector3Macro(name, type)
High-quality image resizing filter.
topologically and geometrically regular array of data
a simple class to control print indentation
void SetResizeMethodToOutputDimensions()
#define vtkGetMacro(name, type)
virtual void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int ext[6], int id)
vtkAbstractImageInterpolator * Interpolator
virtual vtkAbstractImageInterpolator * GetInterpolator()
static vtkImageResize * New()
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
void SetResizeMethodToMagnificationFactors()
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual void SetInterpolator(vtkAbstractImageInterpolator *sampler)
void PrintSelf(ostream &os, vtkIndent indent)
#define vtkSetVector6Macro(name, type)
void SetResizeMethodToOutputSpacing()
#define VTKIMAGINGCORE_EXPORT
interpolate data values from images
unsigned long int GetMTime()