18 #ifndef itkLaplacianSegmentationLevelSetFunction_h
19 #define itkLaplacianSegmentationLevelSetFunction_h
33 template <
typename TImageType,
typename TFeatureImageType = TImageType>
60 static constexpr
unsigned int ImageDimension = Superclass::ImageDimension;
63 CalculateSpeedImage()
override;
68 Superclass::Initialize(r);
86 Superclass::SetAdvectionWeight(value);
94 this->SetAdvectionWeight(0.0);
95 this->SetPropagationWeight(1.0);
96 this->SetCurvatureWeight(1.0);
103 #ifndef ITK_MANUAL_INSTANTIATION
104 # include "itkLaplacianSegmentationLevelSetFunction.hxx"