Go to the documentation of this file.
18 #ifndef sitkRoundImageFilter_h
19 #define sitkRoundImageFilter_h
57 std::string
GetName()
const {
return std::string (
"RoundImageFilter"); }
60 std::string ToString()
const;
74 template <
class TImageType>
Image ExecuteInternal (
const Image& image1 );
79 std::unique_ptr<detail::MemberFunctionFactory<MemberFunctionType> >
m_MemberFactory;
83 bool m_InPlace{
false};
The Image class for SimpleITK.
typelist2::typelist< BasicPixelID< float >, BasicPixelID< double > > RealPixelIDTypeList
Image(Self::*)(const Image &image1) MemberFunctionType
std::unique_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
Rounds the value of each pixel.
Image Round(Image &&image1)
Rounds the value of each pixel.
#define SITKBasicFilters_EXPORT
The base interface for SimpleITK filters that take one input image.
std::string GetName() const
RealPixelIDTypeList PixelIDTypeList