18 #ifndef __itkFlipImageFilter_h
19 #define __itkFlipImageFilter_h
52 template<
typename TImage >
95 itkBooleanMacro(FlipAboutOrigin);
96 itkGetConstMacro(FlipAboutOrigin,
bool);
97 itkSetMacro(FlipAboutOrigin,
bool);
142 #ifndef ITK_MANUAL_INSTANTIATION
143 #include "itkFlipImageFilter.hxx"
Superclass::OutputImageRegionType OutputImageRegionType
Light weight base class for most itk classes.
virtual void GenerateInputRequestedRegion()
InputImageType::ConstPointer InputImageConstPointer
SmartPointer< const Self > ConstPointer
InputImageType::Pointer InputImagePointer
signed long IndexValueType
Superclass::OutputImagePointer OutputImagePointer
TImage::IndexType IndexType
virtual void GenerateOutputInformation()
FlipAxesArrayType m_FlipAxes
OutputImageType::Pointer OutputImagePointer
ImageToImageFilter< TImage, TImage > Superclass
void ThreadedGenerateData(const OutputImageRegionType &outputRegionForThread, ThreadIdType threadId)
SmartPointer< Self > Pointer
void operator=(const Self &)
static const unsigned int ImageDimension
Flips an image across user specified axes.
IndexType::IndexValueType IndexValueType
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
void PrintSelf(std::ostream &os, Indent indent) const
FixedArray< bool, itkGetStaticConstMacro(ImageDimension) > FlipAxesArrayType
unsigned int ThreadIdType