18#ifndef sitkFlipImageFilter_h
19#define sitkFlipImageFilter_h
102 std::string
GetName()
const {
return std::string(
"FlipImageFilter"); }
142 const Image &image1, std::vector<bool> flipAxes = std::vector<bool>(3,
false),
bool flipAboutOrigin =
false
std::vector< bool > GetFlipAxes() const
Image Execute(const Image &image1)
virtual ~FlipImageFilter()
NonLabelPixelIDTypeList PixelIDTypeList
void SetFlipAboutOrigin(bool FlipAboutOrigin)
static const detail::MemberFunctionFactory< MemberFunctionType > & GetMemberFunctionFactory()
std::string GetName() const
void SetFlipAxes(std::vector< bool > FlipAxes)
Image(Self::*)(const Image &image1) MemberFunctionType
std::string ToString() const
Image ExecuteInternal(const Image &image1)
bool GetFlipAboutOrigin() const
std::vector< bool > m_FlipAxes
void FlipAboutOriginOff()
The Image class for SimpleITK.
A class used to instantiate and generate function object to templated member functions.
Image Flip(const Image &image1, std::vector< bool > flipAxes=std::vector< bool >(3, false), bool flipAboutOrigin=false)
Flips an image across user specified axes.
typelist2::append< BasicPixelIDTypeList, ComplexPixelIDTypeList, VectorPixelIDTypeList >::type NonLabelPixelIDTypeList
#define SITKBasicFilters_EXPORT