30 #ifndef __vtkImageResample_h
31 #define __vtkImageResample_h
45 void SetAxisOutputSpacing(
int axis,
double spacing);
50 void SetAxisMagnificationFactor(
int axis,
double factor);
51 double GetAxisMagnificationFactor(
int axis,
vtkInformation *inInfo=0);
59 vtkSetMacro(Dimensionality,
int);
60 vtkGetMacro(Dimensionality,
int);
67 double MagnificationFactors[3];
68 double OutputSpacing[3];
Resamples an image to be larger or smaller.
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static vtkImageReslice * New()
a simple class to control print indentation
Reslices a volume along a new set of axes.
virtual void PrintSelf(ostream &os, vtkIndent indent)