18 #ifndef __itkThresholdSegmentationLevelSetImageFilter_h
19 #define __itkThresholdSegmentationLevelSetImageFilter_h
83 template<
class TInputImage,
85 class TOutputPixelType =
float >
117 this->m_ThresholdFunction->SetUpperThreshold(v);
124 this->m_ThresholdFunction->SetLowerThreshold(v);
130 return m_ThresholdFunction->GetUpperThreshold();
135 return m_ThresholdFunction->GetLowerThreshold();
142 this->m_ThresholdFunction->SetEdgeWeight(v);
149 return m_ThresholdFunction->GetEdgeWeight();
155 void SetSmoothingIterations(
int v)
157 this->m_ThresholdFunction->SetSmoothingIterations(v);
162 int GetSmoothingIterations()
const
164 return m_ThresholdFunction->GetSmoothingIterations();
172 this->m_ThresholdFunction->SetSmoothingTimeStep(v);
179 return m_ThresholdFunction->GetSmoothingTimeStep();
187 this->m_ThresholdFunction->SetSmoothingConductance(v);
194 return m_ThresholdFunction->GetSmoothingConductance();
201 virtual void PrintSelf(std::ostream & os,
Indent indent)
const;
204 void operator=(
const Self &);
212 #ifndef ITK_MANUAL_INSTANTIATION
213 #include "itkThresholdSegmentationLevelSetImageFilter.hxx"