25 #ifndef __vtkImageFlip_h
26 #define __vtkImageFlip_h
29 #include "vtkImagingCoreModule.h"
38 void PrintSelf(ostream& os, vtkIndent indent);
43 vtkSetMacro(FilteredAxis,
int);
44 vtkGetMacro(FilteredAxis,
int);
61 vtkSetMacro(FlipAboutOrigin,
int);
62 vtkGetMacro(FlipAboutOrigin,
int);
63 vtkBooleanMacro(FlipAboutOrigin,
int);
77 vtkSetMacro(PreserveImageExtent,
int);
78 vtkGetMacro(PreserveImageExtent,
int);
79 vtkBooleanMacro(PreserveImageExtent,
int);
86 virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static vtkImageReslice * New()
This flips an axis of an image. Right becomes left ...
Reslices a volume along a new set of axes.
virtual void PrintSelf(ostream &os, vtkIndent indent)
void SetFilteredAxes(int axis)