18 #ifndef __itkGeodesicActiveContourLevelSetImageFilter_h
19 #define __itkGeodesicActiveContourLevelSetImageFilter_h
104 template<
class TInputImage,
106 class TOutputPixelType =
float >
138 void SetDerivativeSigma(
float value)
140 if ( value != m_GeodesicActiveContourFunction->GetDerivativeSigma() )
142 m_GeodesicActiveContourFunction->SetDerivativeSigma(value);
150 float GetDerivativeSigma()
const
151 {
return m_GeodesicActiveContourFunction->GetDerivativeSigma(); }
157 virtual void PrintSelf(std::ostream & os,
Indent indent)
const;
161 void operator=(
const Self &);
174 #ifndef ITK_MANUAL_INSTANTIATION
175 #include "itkGeodesicActiveContourLevelSetImageFilter.hxx"