123#ifndef vtkImageFlip_h
124#define vtkImageFlip_h
128#include "vtkImagingCoreModule.h"
130VTK_ABI_NAMESPACE_BEGIN
144 vtkSetMacro(FilteredAxis,
int);
145 vtkGetMacro(FilteredAxis,
int);
188 void PreserveImageExtentOn() {}
190 void PreserveImageExtentOff() {}
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.
static vtkImageFlip * New()
void SetFilteredAxes(int axis)
Keep the mis-named Axes variations around for compatibility with old scripts.
Reslices a volume along a new set of axes.
a simple class to control print indentation
#define VTK_DEPRECATED_IN_9_6_0(reason)