18 #ifndef __itkShapeDetectionLevelSetFunction_h
19 #define __itkShapeDetectionLevelSetFunction_h
71 template<
class TImageType,
class TFeatureImageType = TImageType >
90 typedef typename Superclass::ImageType
ImageType;
99 itkStaticConstMacro(ImageDimension,
unsigned int,
100 Superclass::ImageDimension);
102 virtual void CalculateSpeedImage();
107 {
return this->PropagationSpeed(neighborhood, offset, gd); }
111 Superclass::Initialize(r);
129 void operator=(
const Self &);
133 #ifndef ITK_MANUAL_INSTANTIATION
134 #include "itkShapeDetectionLevelSetFunction.hxx"