18 #ifndef __itkGeodesicActiveContourShapePriorLevelSetImageFilter_h
19 #define __itkGeodesicActiveContourShapePriorLevelSetImageFilter_h
110 template<
class TInputImage,
112 class TOutputPixelType =
float >
149 void SetDerivativeSigma(
float value)
151 if ( value != m_GeodesicActiveContourFunction->GetDerivativeSigma() )
153 m_GeodesicActiveContourFunction->SetDerivativeSigma(value);
161 float GetDerivativeSigma()
const
162 {
return m_GeodesicActiveContourFunction->GetDerivativeSigma(); }
168 virtual void PrintSelf(std::ostream & os,
Indent indent)
const;
174 void operator=(
const Self &);
188 #ifndef ITK_MANUAL_INSTANTIATION
189 #include "itkGeodesicActiveContourShapePriorLevelSetImageFilter.hxx"