23 #ifndef vtkImageFlip_h 24 #define vtkImageFlip_h 27 #include "vtkImagingCoreModule.h" 44 vtkGetMacro(FilteredAxis,
int);
65 vtkGetMacro(FlipAboutOrigin,
int);
83 vtkGetMacro(PreserveImageExtent,
int);
101 void operator=(
const vtkImageFlip&) VTK_DELETE_FUNCTION;
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses can reimplement this method to collect information from their inputs and set information f...
static vtkImageReslice * New()
This flips an axis of an image.
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.