18 #ifndef __itkHistogramToImageFilter_h
19 #define __itkHistogramToImageFilter_h
49 template<
class THistogram,
class TImage,
class TFunction >
65 typedef typename OutputImageType::PointType
PointType;
84 typedef typename OutputImageType::SizeType
SizeType;
87 itkStaticConstMacro(ImageDimension,
unsigned int, OutputImageType::ImageDimension);
90 using Superclass::SetInput;
122 virtual void GenerateOutputInformation();
124 virtual void GenerateData();
128 virtual void PrintSelf(std::ostream & os,
Indent indent)
const;
132 void operator=(
const Self &);
136 #ifndef ITK_MANUAL_INSTANTIATION
137 #include "itkHistogramToImageFilter.hxx"