18 #ifndef itkGeodesicActiveContourLevelSetImageFilter_h
19 #define itkGeodesicActiveContourLevelSetImageFilter_h
104 template <
typename TInputImage,
typename TFeatureImage,
typename TOutputPixelType =
float>
140 m_GeodesicActiveContourFunction->SetDerivativeSigma(value);
151 return m_GeodesicActiveContourFunction->GetDerivativeSigma();
159 PrintSelf(std::ostream & os,
Indent indent)
const override;
164 GenerateData()
override;
171 #ifndef ITK_MANUAL_INSTANTIATION
172 # include "itkGeodesicActiveContourLevelSetImageFilter.hxx"