18#ifndef sitkTileImageFilter_h
19#define sitkTileImageFilter_h
73 { this->
m_Layout = std::move(Layout); }
96 std::string
GetName()
const {
return std::string(
"TileImageFilter"); }
130 std::vector<uint32_t>
m_Layout{ std::vector<uint32_t>(3, 100) };
The Image class for SimpleITK.
std::string ToString() const
Image Execute(const Image &image1, const Image &image2, const Image &image3)
double GetDefaultPixelValue() const
std::string GetName() const
Image ExecuteInternal(const std::vector< Image > &images)
double m_DefaultPixelValue
void SetDefaultPixelValue(double DefaultPixelValue)
virtual ~TileImageFilter()
Image Execute(const Image &image1, const Image &image2)
Image Execute(const Image &image1, const Image &image2, const Image &image3, const Image &image4, const Image &image5)
std::vector< uint32_t > GetLayout() const
Image Execute(const std::vector< Image > &images)
void SetLayout(std::vector< uint32_t > Layout)
std::vector< uint32_t > m_Layout
static const detail::MemberFunctionFactory< MemberFunctionType > & GetMemberFunctionFactory()
Image Execute(const Image &image1)
Image(Self::*)(const std::vector< Image > &) MemberFunctionType
Image Execute(const Image &image1, const Image &image2, const Image &image3, const Image &image4)
NonLabelPixelIDTypeList PixelIDTypeList
A class used to instantiate and generate function object to templated member functions.
typelist2::append< BasicPixelIDTypeList, ComplexPixelIDTypeList, VectorPixelIDTypeList >::type NonLabelPixelIDTypeList
Image Tile(const std::vector< Image > &images, std::vector< uint32_t > layout=std::vector< uint32_t >(3, 100), double defaultPixelValue=0.0)
Tile multiple input images into a single output image.
#define SITKBasicFilters_EXPORT