18 #ifndef __itkLaplacianSegmentationLevelSetFunction_h
19 #define __itkLaplacianSegmentationLevelSetFunction_h
33 template<
class TImageType,
class TFeatureImageType = TImageType >
53 typedef typename Superclass::ImageType
ImageType;
59 itkStaticConstMacro(ImageDimension,
unsigned int,
60 Superclass::ImageDimension);
62 virtual void CalculateSpeedImage();
66 Superclass::Initialize(r);
83 Superclass::SetAdvectionWeight(value);
92 this->SetAdvectionWeight(0.0);
93 this->SetPropagationWeight(1.0);
94 this->SetCurvatureWeight(1.0);
101 void operator=(
const Self &);
106 #ifndef ITK_MANUAL_INSTANTIATION
107 #include "itkLaplacianSegmentationLevelSetFunction.hxx"