17 #ifndef __itkMinMaxCurvatureFlowImageFilter_txx
18 #define __itkMinMaxCurvatureFlowImageFilter_txx
30 template <
class TInputImage,
class TOutputImage>
38 cffp = MinMaxCurvatureFlowFunctionType::New();
40 this->SetDifferenceFunction( static_cast<FiniteDifferenceFunctionType *>(
49 template <
class TInputImage,
class TOutputImage>
54 Superclass::PrintSelf(os, indent);
55 os << indent <<
"StencilRadius: " << m_StencilRadius << std::endl;
62 template <
class TInputImage,
class TOutputImage>
71 (this->GetDifferenceFunction().GetPointer());
75 itkExceptionMacro(<<
"DifferenceFunction not of type MinMaxCurvatureFlowFunction");
79 this->Superclass::InitializeIteration();