18#ifndef sitkRoundImageFilter_h
19#define sitkRoundImageFilter_h
61 std::string
GetName()
const {
return std::string(
"RoundImageFilter"); }
The Image class for SimpleITK.
std::string GetName() const
RealPixelIDTypeList PixelIDTypeList
virtual ~RoundImageFilter()
static const detail::MemberFunctionFactory< MemberFunctionType > & GetMemberFunctionFactory()
std::string ToString() const
Image Execute(const Image &image1)
Image(Self::*)(const Image &image1) MemberFunctionType
Image ExecuteInternal(const Image &image1)
Image Execute(Image &&image1)
A class used to instantiate and generate function object to templated member functions.
typelist2::typelist< BasicPixelID< float >, BasicPixelID< double > > RealPixelIDTypeList
Image Round(Image &&image1)
Rounds the value of each pixel.
#define SITKBasicFilters_EXPORT