26 #ifndef vtkImageFlip_h 27 #define vtkImageFlip_h 30 #include "vtkImagingCoreModule.h" 47 vtkGetMacro(FilteredAxis,
int);
68 vtkGetMacro(FlipAboutOrigin,
int);
86 vtkGetMacro(PreserveImageExtent,
int);
104 void operator=(
const vtkImageFlip&) VTK_DELETE_FUNCTION;
static vtkImageReslice * New()
This flips an axis of an image.
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses can reimplement this method to collect information from their inputs and set information f...
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Reslices a volume along a new set of axes.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
void SetFilteredAxes(int axis)
Keep the mis-named Axes variations around for compatibility with old scripts.