30 #ifndef vtkImageResample_h
31 #define vtkImageResample_h
46 void SetAxisOutputSpacing(
int axis,
double spacing);
51 void SetAxisMagnificationFactor(
int axis,
double factor);
52 double GetAxisMagnificationFactor(
int axis,
vtkInformation *inInfo=0);
60 vtkSetMacro(Dimensionality,
int);
61 vtkGetMacro(Dimensionality,
int);
68 double MagnificationFactors[3];
69 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
#define VTKIMAGINGCORE_EXPORT
Reslices a volume along a new set of axes.
virtual void PrintSelf(ostream &os, vtkIndent indent)