18 #ifndef sitkZeroFluxNeumannPadImageFilter_h
19 #define sitkZeroFluxNeumannPadImageFilter_h
93 SITK_RETURN_SELF_TYPE_HEADER
SetPadLowerBound (
const std::vector<unsigned int> & PadLowerBound ) { this->m_PadLowerBound = PadLowerBound;
return *
this; }
101 SITK_RETURN_SELF_TYPE_HEADER
SetPadUpperBound (
const std::vector<unsigned int> & PadUpperBound ) { this->m_PadUpperBound = PadUpperBound;
return *
this; }
107 std::string
GetName()
const {
return std::string (
"ZeroFluxNeumannPadImageFilter"); }
110 std::string ToString()
const;
118 Image Execute (
const Image& image1,
const std::vector<unsigned int> & padLowerBound,
const std::vector<unsigned int> & padUpperBound );
125 typedef Image (Self::*MemberFunctionType)(
const Image& image1 );
126 template <
class TImageType>
Image ExecuteInternal (
const Image& image1 );
std::string GetName() const
typelist::Append< typelist::Append< BasicPixelIDTypeList, ComplexPixelIDTypeList >::Type, VectorPixelIDTypeList >::Type NonLabelPixelIDTypeList
#define SITKBasicFilters_EXPORT
Self & SetPadLowerBound(const std::vector< unsigned int > &PadLowerBound)
Self & SetPadUpperBound(const std::vector< unsigned int > &PadUpperBound)
std::vector< unsigned int > m_PadUpperBound
std::vector< unsigned int > GetPadUpperBound() const
ZeroFluxNeumannPadImageFilter Self
Image ZeroFluxNeumannPad(const Image &image1, const std::vector< unsigned int > &padLowerBound=std::vector< unsigned int >(3, 0), const std::vector< unsigned int > &padUpperBound=std::vector< unsigned int >(3, 0))
Increase the image size by padding according to the zero-flux Neumann boundary condition.
std::vector< unsigned int > m_PadLowerBound
Increase the image size by padding according to the zero-flux Neumann boundary condition.
The main Image class for SimpleITK.
std::vector< unsigned int > GetPadLowerBound() const
The base interface for SimpleITK filters that take one input image.
nsstd::auto_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
NonLabelPixelIDTypeList PixelIDTypeList