Go to the documentation of this file.
30 #ifndef vtkImageResample_h
31 #define vtkImageResample_h
68 double MagnificationFactors[3];
69 double OutputSpacing[3];
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
#define vtkTypeMacro(thisClass, superclass)
void PrintSelf(ostream &os, vtkIndent indent)
static vtkImageResample * New()
Resamples an image to be larger or smaller.
a simple class to control print indentation
Reslices a volume along a new set of axes.
#define vtkGetMacro(name, type)
vtkSetMacro(IgnoreDriverBugs, bool)
#define VTKIMAGINGCORE_EXPORT
void SetAxisOutputSpacing(int axis, double spacing)
void SetAxisMagnificationFactor(int axis, double factor)
double GetAxisMagnificationFactor(int axis, vtkInformation *inInfo=0)