18 #ifndef sitkRoundImageFilter_h
19 #define sitkRoundImageFilter_h
58 std::string
GetName()
const {
return std::string (
"RoundImageFilter"); }
61 std::string ToString()
const;
72 typedef Image (Self::*MemberFunctionType)(
const Image& image1 );
73 template <
class TImageType>
Image ExecuteInternal (
const Image& image1 );
78 nsstd::auto_ptr<detail::MemberFunctionFactory<MemberFunctionType> >
m_MemberFactory;
nsstd::auto_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
#define SITKBasicFilters_EXPORT
std::string GetName() const
typelist::MakeTypeList< BasicPixelID< float >, BasicPixelID< double > >::Type RealPixelIDTypeList
Rounds the value of each pixel.
The Image class for SimpleITK.
RealPixelIDTypeList PixelIDTypeList
Image Round(const Image &image1)
Rounds the value of each pixel.
The base interface for SimpleITK filters that take one input image.