Go to the documentation of this file.
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()
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses can reimplement this method to collect information from their inputs and set information f...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
This flips an axis of an image. Right becomes left ...
void SetFilteredAxes(int axis)
Keep the mis-named Axes variations around for compatibility with old scripts.
a simple class to control print indentation
Reslices a volume along a new set of axes.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.