18 #ifndef itkVectorGradientNDAnisotropicDiffusionFunction_h
19 #define itkVectorGradientNDAnisotropicDiffusionFunction_h
43 template <
typename TImage>
71 static constexpr
unsigned int ImageDimension = Superclass::ImageDimension;
72 static constexpr
unsigned int VectorDimension = Superclass::VectorDimension;
87 m_K = this->GetAverageGradientMagnitudeSquared() * this->GetConductanceParameter() *
88 this->GetConductanceParameter() * -2.0f;
100 std::slice x_slice[ImageDimension];
101 std::slice xa_slice[ImageDimension][ImageDimension];
102 std::slice xd_slice[ImageDimension][ImageDimension];
117 #ifndef ITK_MANUAL_INSTANTIATION
118 # include "itkVectorGradientNDAnisotropicDiffusionFunction.hxx"