18#ifndef itkTensorRelativeAnisotropyImageFilter_h
19#define itkTensorRelativeAnisotropyImageFilter_h
30template <
typename TInput>
46 return x.GetRelativeAnisotropy();
66template <
typename TInputImage,
67 typename TOutputImage =
68 Image<typename NumericTraits<typename TInputImage::PixelType::ValueType>::RealType, TInputImage::Dimension>>
72 Functor::TensorRelativeAnisotropyFunction<typename TInputImage::PixelType>>
bool operator==(const TensorRelativeAnisotropyFunction &) const
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION(TensorRelativeAnisotropyFunction)
RealValueType operator()(const TInput &x) const
typename TInput::RealValueType RealValueType
void PrintSelf(std::ostream &os, Indent indent) const override
Control indentation during Print() invocation.
Implements transparent reference counting.
typename InputPixelType::ValueType InputValueType
~TensorRelativeAnisotropyImageFilter() override=default
typename TInputImage::PixelType InputPixelType
SmartPointer< Self > Pointer
SmartPointer< const Self > ConstPointer
UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::TensorRelativeAnisotropyFunction< typename TInputImage::PixelType > > Superclass
typename TOutputImage::PixelType OutputPixelType
TensorRelativeAnisotropyImageFilter Self
void PrintSelf(std::ostream &os, Indent indent) const override
TensorRelativeAnisotropyImageFilter()=default
UnaryFunctorImageFilter()
TOutputImage OutputImageType
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....