18#ifndef sitkCropImageFilter_h
19#define sitkCropImageFilter_h
72 std::vector<unsigned int>
85 std::vector<unsigned int>
90 std::string
GetName()
const {
return std::string(
"CropImageFilter"); }
138 Image&& image1, std::vector<unsigned int> lowerBoundaryCropSize = std::vector<unsigned int>(3, 0), std::vector<unsigned int> upperBoundaryCropSize = std::vector<unsigned int>(3, 0)
144 const Image &image1, std::vector<unsigned int> lowerBoundaryCropSize = std::vector<unsigned int>(3, 0), std::vector<unsigned int> upperBoundaryCropSize = std::vector<unsigned int>(3, 0)
Image Execute(const Image &image1)
Image Execute(Image &&image1)
Image(Self::*)(const Image &image1) MemberFunctionType
static const detail::MemberFunctionFactory< MemberFunctionType > & GetMemberFunctionFactory()
std::vector< unsigned int > GetUpperBoundaryCropSize() const
std::vector< unsigned int > m_LowerBoundaryCropSize
std::vector< unsigned int > GetLowerBoundaryCropSize() const
std::string ToString() const
std::string GetName() const
Image ExecuteInternal(const Image &image1)
void SetUpperBoundaryCropSize(std::vector< unsigned int > UpperBoundaryCropSize)
virtual ~CropImageFilter()
void SetLowerBoundaryCropSize(std::vector< unsigned int > LowerBoundaryCropSize)
std::vector< unsigned int > m_UpperBoundaryCropSize
NonLabelPixelIDTypeList PixelIDTypeList
The Image class for SimpleITK.
A class used to instantiate and generate function object to templated member functions.
Image Crop(Image &&image1, std::vector< unsigned int > lowerBoundaryCropSize=std::vector< unsigned int >(3, 0), std::vector< unsigned int > upperBoundaryCropSize=std::vector< unsigned int >(3, 0))
Decrease the image size by cropping the image by an itk::Size at both the upper and lower bounds of t...
typelist2::append< BasicPixelIDTypeList, ComplexPixelIDTypeList, VectorPixelIDTypeList >::type NonLabelPixelIDTypeList
#define SITKBasicFilters_EXPORT