18 #ifndef __itkImageToHistogramFilter_h
19 #define __itkImageToHistogramFilter_h
42 template<
class TImage >
116 itkSetGetDecoratedInputMacro(AutoMinimumMaximum,
bool);
125 void PrintSelf(std::ostream & os,
Indent indent)
const;
127 void BeforeThreadedGenerateData(
void);
128 void ThreadedGenerateData(
const RegionType & inputRegionForThread,
ThreadIdType threadId);
129 void AfterThreadedGenerateData(
void);
133 using Superclass::MakeOutput;
145 void operator=(
const Self &);
154 #ifndef ITK_MANUAL_INSTANTIATION
155 #include "itkImageToHistogramFilter.hxx"