18#ifndef itkFlipImageFilter_h
19#define itkFlipImageFilter_h
52template <
typename TImage>
95 itkBooleanMacro(FlipAboutOrigin);
96 itkGetConstMacro(FlipAboutOrigin,
bool);
97 itkSetMacro(FlipAboutOrigin,
bool);
146#ifndef ITK_MANUAL_INSTANTIATION
147# include "itkFlipImageFilter.hxx"
Simulate a standard C array with copy semantics.
typename IndexType::IndexValueType IndexValueType
typename OutputImageType::RegionType OutputImageRegionType
FixedArray< bool, Self::ImageDimension > FlipAxesArrayType
void GenerateOutputInformation() override
SmartPointer< const Self > ConstPointer
typename TImage::IndexType IndexType
SmartPointer< Self > Pointer
void GenerateInputRequestedRegion() override
void DynamicThreadedGenerateData(const OutputImageRegionType &outputRegionForThread) override
void PrintSelf(std::ostream &os, Indent indent) const override
~FlipImageFilter() override=default
FlipAxesArrayType m_FlipAxes
ImageToImageFilter< TImage, TImage > Superclass
static constexpr unsigned int ImageDimension
typename OutputImageType::Pointer OutputImagePointer
typename InputImageType::ConstPointer InputImageConstPointer
typename OutputImageType::RegionType OutputImageRegionType
typename InputImageType::Pointer InputImagePointer
Control indentation during Print() invocation.
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....