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,
101 void PrintSelf(std::ostream & os,
Indent indent)
const
102 { this->Superclass::PrintSelf(os, indent); }
104 #ifdef ITK_USE_CONCEPT_CHECKING
118 void operator=(
const Self &);