18 #ifndef itkGeodesicActiveContourShapePriorLevelSetImageFilter_h
19 #define itkGeodesicActiveContourShapePriorLevelSetImageFilter_h
110 template <
typename TInputImage,
typename TFeatureImage,
typename TOutputPixelType =
float>
146 if (value != m_GeodesicActiveContourFunction->GetDerivativeSigma())
148 m_GeodesicActiveContourFunction->SetDerivativeSigma(value);
159 return m_GeodesicActiveContourFunction->GetDerivativeSigma();
167 PrintSelf(std::ostream & os,
Indent indent)
const override;
173 GenerateData()
override;
180 #ifndef ITK_MANUAL_INSTANTIATION
181 # include "itkGeodesicActiveContourShapePriorLevelSetImageFilter.hxx"