18 #ifndef __itkCurvesLevelSetImageFilter_h
19 #define __itkCurvesLevelSetImageFilter_h
101 template<
class TInputImage,
103 class TOutputPixelType =
float >
130 void SetDerivativeSigma(
float value)
132 m_CurvesFunction->SetDerivativeSigma(value);
137 float GetDerivativeSigma()
const
138 {
return m_CurvesFunction->GetDerivativeSigma(); }
140 #ifdef ITK_USE_CONCEPT_CHECKING
152 virtual void PrintSelf(std::ostream & os,
Indent indent)
const;
155 void operator=(
const Self &);
166 #ifndef ITK_MANUAL_INSTANTIATION
167 #include "itkCurvesLevelSetImageFilter.hxx"