18 #ifndef itkHistogramAlgorithmBase_h
19 #define itkHistogramAlgorithmBase_h
36 template <
typename TInputHistogram>
56 if (m_InputHistogram != histogram)
58 m_InputHistogram = histogram;
65 const TInputHistogram *
68 return m_InputHistogram.GetPointer();
76 #if !defined(ITK_LEGACY_REMOVE)
85 HistogramAlgorithmBase();
86 ~HistogramAlgorithmBase()
override =
default;
88 PrintSelf(std::ostream & os, Indent indent)
const override;
99 #ifndef ITK_MANUAL_INSTANTIATION
100 # include "itkHistogramAlgorithmBase.hxx"