18 #ifndef __itkVectorThresholdSegmentationLevelSetImageFilter_h
19 #define __itkVectorThresholdSegmentationLevelSetImageFilter_h
88 template<
class TInputImage,
90 class TOutputPixelType =
float >
123 m_ThresholdFunction->SetMean(mean);
130 return m_ThresholdFunction->GetMean();
135 m_ThresholdFunction->SetCovariance(cov);
141 return m_ThresholdFunction->GetCovariance();
147 m_ThresholdFunction->SetThreshold(thr);
154 return m_ThresholdFunction->GetThreshold();
161 virtual void PrintSelf(std::ostream & os,
Indent indent)
const;
165 void operator=(
const Self &);
174 #ifndef ITK_MANUAL_INSTANTIATION
175 #include "itkVectorThresholdSegmentationLevelSetImageFilter.hxx"