18 #ifndef sitkLogImageFilter_h
19 #define sitkLogImageFilter_h
58 std::string
GetName()
const {
return std::string (
"LogImageFilter"); }
61 std::string ToString()
const;
73 typedef Image (Self::*MemberFunctionType)(
const Image& image1 );
74 template <
class TImageType>
Image ExecuteInternal (
const Image& image1 );
77 template <
class TImageType>
Image ExecuteInternalVectorImage (
const Image& image );
81 nsstd::auto_ptr<detail::MemberFunctionFactory<MemberFunctionType> >
m_MemberFactory;
nsstd::auto_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
#define SITKBasicFilters_EXPORT
typelist::MakeTypeList< BasicPixelID< int8_t >, BasicPixelID< uint8_t >, BasicPixelID< int16_t >, BasicPixelID< uint16_t >, BasicPixelID< int32_t >, BasicPixelID< uint32_t >, BasicPixelID< float >, BasicPixelID< double > >::Type BasicPixelIDTypeList
std::string GetName() const
Image Log(const Image &image1)
Computes the log() of each pixel.
BasicPixelIDTypeList PixelIDTypeList
The main Image class for SimpleITK.
The base interface for SimpleITK filters that take one input image.
Computes the log() of each pixel.