18 #ifndef sitkVectorMagnitudeImageFilter_h
19 #define sitkVectorMagnitudeImageFilter_h
60 std::string
GetName()
const {
return std::string (
"VectorMagnitudeImageFilter"); }
63 std::string ToString()
const;
74 typedef Image (Self::*MemberFunctionType)(
const Image& image1 );
75 template <
class TImageType>
Image ExecuteInternal (
const Image& image1 );
80 nsstd::auto_ptr<detail::MemberFunctionFactory<MemberFunctionType> >
m_MemberFactory;
#define SITKBasicFilters_EXPORT
std::string GetName() const
VectorMagnitudeImageFilter Self
Take an image of vectors as input and produce an image with the magnitude of those vectors...
nsstd::auto_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
Image VectorMagnitude(const Image &image1)
Take an image of vectors as input and produce an image with the magnitude of those vectors...
The Image class for SimpleITK.
VectorPixelIDTypeList PixelIDTypeList
typelist::MakeTypeList< VectorPixelID< int8_t >, VectorPixelID< uint8_t >, VectorPixelID< int16_t >, VectorPixelID< uint16_t >, VectorPixelID< int32_t >, VectorPixelID< uint32_t >, VectorPixelID< float >, VectorPixelID< double > >::Type VectorPixelIDTypeList
The base interface for SimpleITK filters that take one input image.