123#ifndef vtkImageFlip_h
124#define vtkImageFlip_h
128#include "vtkImagingCoreModule.h"
130VTK_ABI_NAMESPACE_BEGIN
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
void PreserveImageExtentOff()
PreserveImageExtentOff wasn't covered by test scripts and its implementation was broken.
~vtkImageFlip() override=default
virtual void SetFilteredAxis(int)
Specify which axis will be flipped.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkImageFlip * New()
virtual int GetFilteredAxis()
Specify which axis will be flipped.
void PreserveImageExtentOn()
PreserveImageExtentOff wasn't covered by test scripts and its implementation was broken.
void SetFilteredAxes(int axis)
Keep the mis-named Axes variations around for compatibility with old scripts.
a simple class to control print indentation
#define VTK_DEPRECATED_IN_9_6_0(reason)