18 #ifndef sitkTernaryMagnitudeSquaredImageFilter_h
19 #define sitkTernaryMagnitudeSquaredImageFilter_h
58 std::string
GetName()
const {
return std::string (
"TernaryMagnitudeSquaredImageFilter"); }
61 std::string ToString()
const;
72 typedef Image (Self::*MemberFunctionType)(
const Image& image1,
const Image& image2,
const Image& image3 );
73 template <
class TImageType>
Image ExecuteInternal (
const Image& image1,
const Image& image2,
const Image& image3 );
78 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
The Image class for SimpleITK.
BasicPixelIDTypeList PixelIDTypeList
Image TernaryMagnitudeSquared(const Image &image1, const Image &image2, const Image &image3)
Compute the pixel-wise squared magnitude of three images.
TernaryMagnitudeSquaredImageFilter Self
The base interface for SimpleITK filters that take one input image.
Compute the pixel-wise squared magnitude of three images.
nsstd::auto_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory