18 #ifndef itkHistogramToImageFilter_h
19 #define itkHistogramToImageFilter_h
49 template<
typename THistogram,
typename TImage,
typename TFunction >
87 itkStaticConstMacro(ImageDimension,
unsigned int, OutputImageType::ImageDimension);
90 using Superclass::SetInput;
122 virtual
void GenerateOutputInformation() ITK_OVERRIDE;
124 virtual
void GenerateData() ITK_OVERRIDE;
128 virtual
void PrintSelf(std::ostream & os,
Indent indent) const ITK_OVERRIDE;
135 #ifndef ITK_MANUAL_INSTANTIATION
136 #include "itkHistogramToImageFilter.hxx"
void SetFunctor(const FunctorType &functor)
Light weight base class for most itk classes.
OutputImageType::SizeType SizeType
Superclass::Pointer OutputImagePointer
OutputImageType::PixelType OutputPixelType
Base class for all process objects that output image data.
unsigned long SizeValueType
SmartPointer< Self > Pointer
SmartPointer< const Self > ConstPointer
HistogramToImageFilter Self
FunctorType & GetFunctor()
ImageBaseType::PointType PointType
OutputImageType::SpacingType SpacingType
A multi-dimensional iterator templated over image type that walks pixels within a region and is speci...
HistogramType::MeasurementVectorType MeasurementVectorType
ImageSource< TImage > Superclass
OutputImageType::PointType PointType
This class takes a histogram as an input and returns an image of type specified by the functor...
Superclass::OutputImageRegionType OutputImageRegionType
HistogramType::SizeType HistogramSizeType
Control indentation during Print() invocation.
ImageBaseType::SizeType SizeType
itk::ImageRegionIteratorWithIndex< OutputImageType > ImageIteratorType
const FunctorType & GetFunctor() const