18 #ifndef itkShapeDetectionLevelSetFunction_h
19 #define itkShapeDetectionLevelSetFunction_h
71 template <
typename TImageType,
typename TFeatureImageType = TImageType>
92 using typename Superclass::ImageType;
93 using typename Superclass::NeighborhoodType;
94 using typename Superclass::ScalarValueType;
95 using typename Superclass::FeatureScalarType;
96 using typename Superclass::RadiusType;
97 using typename Superclass::FloatOffsetType;
98 using typename Superclass::GlobalDataStruct;
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"