18#ifndef sitkMirrorPadImageFilter_h
19#define sitkMirrorPadImageFilter_h
81 std::vector<unsigned int>
92 std::vector<unsigned int>
110 std::string
GetName()
const {
return std::string(
"MirrorPadImageFilter"); }
154 const Image &image1, std::vector<unsigned int> padLowerBound = std::vector<unsigned int>(3, 0), std::vector<unsigned int> padUpperBound = std::vector<unsigned int>(3, 0),
double decayBase = 1.0
The Image class for SimpleITK.
std::vector< unsigned int > GetPadLowerBound() const
std::vector< unsigned int > m_PadLowerBound
static const detail::MemberFunctionFactory< MemberFunctionType > & GetMemberFunctionFactory()
std::string GetName() const
MirrorPadImageFilter Self
double GetDecayBase() const
NonLabelPixelIDTypeList PixelIDTypeList
Image(Self::*)(const Image &image1) MemberFunctionType
std::vector< unsigned int > m_PadUpperBound
void SetPadLowerBound(std::vector< unsigned int > PadLowerBound)
Image Execute(const Image &image1)
void SetPadUpperBound(std::vector< unsigned int > PadUpperBound)
std::string ToString() const
std::vector< unsigned int > GetPadUpperBound() const
Image ExecuteInternal(const Image &image1)
void SetDecayBase(double DecayBase)
virtual ~MirrorPadImageFilter()
A class used to instantiate and generate function object to templated member functions.
typelist2::append< BasicPixelIDTypeList, ComplexPixelIDTypeList, VectorPixelIDTypeList >::type NonLabelPixelIDTypeList
Image MirrorPad(const Image &image1, std::vector< unsigned int > padLowerBound=std::vector< unsigned int >(3, 0), std::vector< unsigned int > padUpperBound=std::vector< unsigned int >(3, 0), double decayBase=1.0)
Increase the image size by padding with replicants of the input image value.
#define SITKBasicFilters_EXPORT