18 #ifndef itkDivideOrZeroOutImageFilter_h
19 #define itkDivideOrZeroOutImageFilter_h
39 template <
typename TInputImage1,
typename TInputImage2 = TInputImage1,
typename TOutputImage = TInputImage1>
53 typename TInputImage2::PixelType,
54 typename TOutputImage::PixelType>;
70 Superclass::PrintSelf(os, indent);
71 os << indent <<
"Threshold: " << GetThreshold() << std::endl;
82 this->GetFunctor().m_Threshold = threshold;
89 return this->GetFunctor().m_Threshold;
100 this->GetFunctor().m_Constant = constant;
107 return this->GetFunctor().m_Constant;
118 this->SetFunctor(this->GetFunctor());