18#include "vtkImagingCoreModule.h"  
   20VTK_ABI_NAMESPACE_BEGIN
 
   34  vtkSetMacro(FilteredAxis, 
int);
 
   35  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.
 
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