18 #ifndef itkImageToHistogramFilter_h
19 #define itkImageToHistogramFilter_h
42 template<
typename TImage >
116 itkSetGetDecoratedInputMacro(AutoMinimumMaximum,
bool);
125 void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
127 void BeforeThreadedGenerateData(
void) ITK_OVERRIDE;
128 void ThreadedGenerateData(const RegionType & inputRegionForThread,
ThreadIdType threadId) ITK_OVERRIDE;
129 void AfterThreadedGenerateData(
void) ITK_OVERRIDE;
153 #ifndef ITK_MANUAL_INSTANTIATION
154 #include "itkImageToHistogramFilter.hxx"
Light weight base class for most itk classes.
This class stores measurement vectors in the context of n-dimensional histogram.
This class generates an histogram from an image.
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
SimpleDataObjectDecorator< HistogramSizeType > InputHistogramSizeObjectType
SimpleDataObjectDecorator< HistogramMeasurementVectorType > InputHistogramMeasurementVectorObjectType
virtual ~ImageToHistogramFilter() override
SimpleDataObjectDecorator< HistogramMeasurementType > InputHistogramMeasurementObjectType
Decorates any "simple" data type (data types without smart pointers) with a DataObject API...
DataObjectPointerArray::size_type DataObjectPointerArraySizeType
Superclass::MeasurementVectorType MeasurementVectorType
HistogramType::MeasurementVectorType HistogramMeasurementVectorType
SimpleDataObjectDecorator< bool > InputBooleanObjectType
SmartPointer< const Self > ConstPointer
Histogram< ValueRealType > HistogramType
ImageType::PixelType PixelType
ImageTransformer< TImage > Superclass
TMeasurement MeasurementType
unsigned int ThreadIdType
Implements progress tracking for a filter.
SmartPointer< Self > Pointer
HistogramType::MeasurementType HistogramMeasurementType
HistogramType::SizeType HistogramSizeType
NumericTraits< PixelType >::ValueType ValueType
ImageType::RegionType RegionType
NumericTraits< ValueType >::RealType ValueRealType
Control indentation during Print() invocation.
ImageToHistogramFilter Self
Define additional traits for native types such as int or float.
HistogramType::Pointer HistogramPointer
HistogramType::ConstPointer HistogramConstPointer
Base class for all data objects in ITK.
Standard barrier class implementation for synchronizing the execution of threads. ...