18 #ifndef __itkTensorFractionalAnisotropyImageFilter_h
19 #define __itkTensorFractionalAnisotropyImageFilter_h
30 template<
typename TInput >
44 return !( *
this != other );
49 return x.GetFractionalAnisotropy();
69 template<
typename TInputImage,
70 typename TOutputImage = Image<
72 TInputImage::Dimension > >
76 Functor::TensorFractionalAnisotropyFunction<
77 typename TInputImage::PixelType > >
83 TInputImage, TOutputImage,
102 void PrintSelf(std::ostream & os,
Indent indent)
const
103 { this->Superclass::PrintSelf(os, indent); }
105 #ifdef ITK_USE_CONCEPT_CHECKING
120 void operator=(
const Self &);