18 #ifndef itkFlipImageFilter_h
19 #define itkFlipImageFilter_h
52 template<
typename TImage >
95 itkBooleanMacro(FlipAboutOrigin);
96 itkGetConstMacro(FlipAboutOrigin,
bool);
97 itkSetMacro(FlipAboutOrigin,
bool);
117 ~FlipImageFilter() {}
135 void operator=(const
Self &) ITK_DELETE_FUNCTION;
142 #ifndef ITK_MANUAL_INSTANTIATION
143 #include "itkFlipImageFilter.hxx"
Superclass::OutputImageRegionType OutputImageRegionType
Light weight base class for most itk classes.
InputImageType::ConstPointer InputImageConstPointer
SmartPointer< const Self > ConstPointer
InputImageType::Pointer InputImagePointer
signed long IndexValueType
Superclass::OutputImagePointer OutputImagePointer
TImage::IndexType IndexType
FlipAxesArrayType m_FlipAxes
OutputImageType::Pointer OutputImagePointer
ImageToImageFilter< TImage, TImage > Superclass
void PrintSelf(std::ostream &os, Indent indent) const override
SmartPointer< Self > Pointer
virtual void GenerateOutputInformation() override
unsigned int ThreadIdType
static const unsigned int ImageDimension
Flips an image across user specified axes.
void ThreadedGenerateData(const OutputImageRegionType &outputRegionForThread, ThreadIdType threadId) override
IndexType::IndexValueType IndexValueType
virtual void GenerateInputRequestedRegion() override
Base class for filters that take an image as input and produce an image as output.
Superclass::InputImageConstPointer InputImageConstPointer
Control indentation during Print() invocation.
Superclass::OutputImageRegionType OutputImageRegionType
Superclass::InputImagePointer InputImagePointer
FixedArray< bool, itkGetStaticConstMacro(ImageDimension) > FlipAxesArrayType