18 #ifndef itkVectorCurvatureNDAnisotropicDiffusionFunction_h
19 #define itkVectorCurvatureNDAnisotropicDiffusionFunction_h
43 template <
typename TImage>
72 static constexpr
unsigned int ImageDimension = Superclass::ImageDimension;
73 static constexpr
unsigned int VectorDimension = Superclass::VectorDimension;
85 m_K = this->GetAverageGradientMagnitudeSquared() * this->GetConductanceParameter() *
86 this->GetConductanceParameter() * -2.0f;
95 Superclass::PrintSelf(os, indent);
103 std::slice x_slice[ImageDimension];
104 std::slice xa_slice[ImageDimension][ImageDimension];
105 std::slice xd_slice[ImageDimension][ImageDimension];
119 #ifndef ITK_MANUAL_INSTANTIATION
120 # include "itkVectorCurvatureNDAnisotropicDiffusionFunction.hxx"