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