18 #ifndef itkShapeDetectionLevelSetFunction_h
19 #define itkShapeDetectionLevelSetFunction_h
71 template <
typename TImageType,
typename TFeatureImageType = TImageType>
101 static constexpr
unsigned int ImageDimension = Superclass::ImageDimension;
104 CalculateSpeedImage()
override;
112 return this->PropagationSpeed(neighborhood, offset, gd);
118 Superclass::Initialize(r);
137 #ifndef ITK_MANUAL_INSTANTIATION
138 # include "itkShapeDetectionLevelSetFunction.hxx"