18 #ifndef __itkNarrowBandCurvesLevelSetImageFilter_h
19 #define __itkNarrowBandCurvesLevelSetImageFilter_h
100 template<
class TInputImage,
102 class TOutputPixelType =
float >
105 Image< TOutputPixelType,
106 ::itk::GetImageDimension< TInputImage >::ImageDimension > >
112 Image< TOutputPixelType,
136 void SetDerivativeSigma(
float value)
138 m_CurvesFunction->SetDerivativeSigma(value);
143 float GetDerivativeSigma()
const
144 {
return m_CurvesFunction->GetDerivativeSigma(); }
146 #ifdef ITK_USE_CONCEPT_CHECKING
157 virtual void PrintSelf(std::ostream & os,
Indent indent)
const;
161 void operator=(
const Self &);
172 #ifndef ITK_MANUAL_INSTANTIATION
173 #include "itkNarrowBandCurvesLevelSetImageFilter.hxx"