18 #ifndef itkHistogramAlgorithmBase_h
19 #define itkHistogramAlgorithmBase_h
36 template<
typename TInputHistogram >
72 #if ! defined ( ITK_FUTURE_LEGACY_REMOVE )
82 virtual void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
92 #ifndef ITK_MANUAL_INSTANTIATION
93 #include "itkHistogramAlgorithmBase.hxx"
TInputHistogram::ConstPointer m_InputHistogram
HistogramAlgorithmBase Self
virtual ~HistogramAlgorithmBase()
virtual void PrintSelf(std::ostream &os, Indent indent) const override
base class for algorithms operating on histograms
SmartPointer< Self > Pointer
SmartPointer< const Self > ConstPointer
virtual void Modified() const
Control indentation during Print() invocation.
Base class for most ITK classes.
const TInputHistogram * GetInputHistogram() const
TInputHistogram InputHistogramType
void SetInputHistogram(const TInputHistogram *histogram)