19 #ifndef __itkHistogramThresholdCalculator_h
20 #define __itkHistogramThresholdCalculator_h
45 template <
class THistogram,
class TOutput>
76 if ( this->GetNumberOfInputs() < 1 )
85 if ( this->GetNumberOfOutputs() < 1 )
92 using Superclass::MakeOutput;
95 return DecoratedOutputType::New().
GetPointer();
100 if ( this->GetNumberOfOutputs() < 1 )
102 itkExceptionMacro(<<
"No output available.");
118 void operator=(
const Self&);