31#ifndef vtkImageResample_h
32#define vtkImageResample_h
35#include "vtkImagingCoreModule.h"
68 vtkGetMacro(Dimensionality,
int);
75 double MagnificationFactors[3];
76 double OutputSpacing[3];
Resamples an image to be larger or smaller.
void SetAxisMagnificationFactor(int axis, double factor)
Set/Get Magnification factors.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkImageResample * New()
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses can reimplement this method to collect information from their inputs and set information f...
double GetAxisMagnificationFactor(int axis, vtkInformation *inInfo=0)
void SetAxisOutputSpacing(int axis, double spacing)
Set desired spacing.
Reslices a volume along a new set of axes.
a simple class to control print indentation
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.