18 #ifndef itkTensorRelativeAnisotropyImageFilter_h
19 #define itkTensorRelativeAnisotropyImageFilter_h
30 template<
typename TInput >
44 return !( *
this != other );
49 return x.GetRelativeAnisotropy();
69 template<
typename TInputImage,
typename TOutputImage = Image<
71 TInputImage::Dimension > >
75 Functor::TensorRelativeAnisotropyFunction<
76 typename TInputImage::PixelType > >
82 TInputImage, TOutputImage,
104 #ifdef ITK_USE_CONCEPT_CHECKING
Computes the Relative Anisotropy for every pixel of a input tensor image.
bool operator==(const TensorRelativeAnisotropyFunction &other) const
UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::TensorRelativeAnisotropyFunction< typename TInputImage::PixelType > > Superclass
TOutputImage::PixelType OutputPixelType
virtual ~TensorRelativeAnisotropyImageFilter()
Base class for all process objects that output image data.
SmartPointer< const Self > ConstPointer
~TensorRelativeAnisotropyFunction()
TensorRelativeAnisotropyImageFilter Self
bool operator!=(const TensorRelativeAnisotropyFunction &) const
virtual void PrintSelf(std::ostream &os, Indent indent) const override
TInputImage::PixelType InputPixelType
TensorRelativeAnisotropyImageFilter()
void PrintSelf(std::ostream &os, Indent indent) const override
TOutputImage OutputImageType
InputPixelType::ValueType InputValueType
TInput::RealValueType RealValueType
TensorRelativeAnisotropyFunction()
void operator=(const Self &)
Superclass::OutputImageType OutputImageType
Implements pixel-wise generic operation on one image.
Control indentation during Print() invocation.
SmartPointer< Self > Pointer
#define itkConceptMacro(name, concept)
RealValueType operator()(const TInput &x) const