18 #ifndef __itkBinaryMinMaxCurvatureFlowImageFilter_h
19 #define __itkBinaryMinMaxCurvatureFlowImageFilter_h
75 template<
class TInputImage,
class TOutputImage >
101 itkStaticConstMacro(ImageDimension,
unsigned int, Superclass::ImageDimension);
104 itkSetMacro(Threshold,
double);
105 itkGetConstMacro(Threshold,
double);
108 #ifdef ITK_USE_CONCEPT_CHECKING
112 typename TOutputImage::PixelType > ) );
122 void PrintSelf(std::ostream & os,
Indent indent)
const;
126 virtual void InitializeIteration();
131 void operator=(
const Self &);
139 #ifndef ITK_MANUAL_INSTANTIATION
140 #include "itkBinaryMinMaxCurvatureFlowImageFilter.hxx"