19 #ifndef __itkYenThresholdImageFilter_h
20 #define __itkYenThresholdImageFilter_h
49 template<
class TInputImage,
class TOutputImage,
class TMaskImage=TOutputImage>
94 itkStaticConstMacro(InputImageDimension,
unsigned int,
95 InputImageType::ImageDimension );
96 itkStaticConstMacro(OutputImageDimension,
unsigned int,
97 OutputImageType::ImageDimension );
103 this->SetCalculator( CalculatorType::New() );
109 void operator=(
const Self&);