23 #ifndef vtkImageFlip_h
24 #define vtkImageFlip_h
27 #include "vtkImagingCoreModule.h"
42 vtkSetMacro(FilteredAxis,
int);
43 vtkGetMacro(FilteredAxis,
int);
This flips an axis of an image.
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses can reimplement this method to collect information from their inputs and set information f...
vtkTypeBool PreserveImageExtent
vtkTypeBool FlipAboutOrigin
~vtkImageFlip() override=default
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetFilteredAxes(int axis)
Keep the mis-named Axes variations around for compatibility with old scripts.
static vtkImageFlip * New()
Reslices a volume along a new set of axes.
a simple class to control print indentation