18 #ifndef __itkNarrowBandCurvesLevelSetImageFilter_h
19 #define __itkNarrowBandCurvesLevelSetImageFilter_h
100 template<
class TInputImage,
102 class TOutputPixelType =
float >
105 Image< TOutputPixelType,
106 TInputImage::ImageDimension > >
112 Image< TOutputPixelType,
113 TInputImage::ImageDimension > >
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
158 virtual void PrintSelf(std::ostream & os,
Indent indent)
const;
162 void operator=(
const Self &);
173 #ifndef ITK_MANUAL_INSTANTIATION
174 #include "itkNarrowBandCurvesLevelSetImageFilter.hxx"