18 #ifndef itkSampleToHistogramFilter_h
19 #define itkSampleToHistogramFilter_h
54 template<
typename TSample,
typename THistogram >
132 itkSetGetDecoratedInputMacro(AutoMinimumMaximum,
bool);
142 virtual void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
160 void operator=(const
Self &) ITK_DELETE_FUNCTION;
177 else if (from <= fromMin)
189 #ifndef ITK_MANUAL_INSTANTIATION
190 #include "itkSampleToHistogramFilter.hxx"
virtual const SampleType * GetInput() const
virtual void PrintSelf(std::ostream &os, Indent indent) const override
SimpleDataObjectDecorator< HistogramSizeType > InputHistogramSizeObjectType
SmartPointer< Self > Pointer
Light weight base class for most itk classes.
SimpleDataObjectDecorator< HistogramMeasurementVectorType > InputHistogramMeasurementVectorObjectType
virtual DataObjectPointer MakeOutput(DataObjectPointerArraySizeType idx) override
SimpleDataObjectDecorator< bool > InputBooleanObjectType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
DataObject::Pointer DataObjectPointer
SampleType::MeasurementVectorType MeasurementVectorType
virtual ~SampleToHistogramFilter()
SampleToHistogramFilter()
HistogramType::MeasurementType HistogramMeasurementType
MeasurementVectorType::ValueType MeasurementType
const HistogramType * GetOutput() const
SampleToHistogramFilter Self
Decorates any "simple" data type (data types without smart pointers) with a DataObject API...
DataObjectPointerArray::size_type DataObjectPointerArraySizeType
virtual void SetInput(const DataObjectIdentifierType &key, DataObject *input)
Protected method for setting indexed and named inputs.
SimpleDataObjectDecorator< HistogramMeasurementType > InputHistogramMeasurementObjectType
Standard exception handling object.
virtual DataObjectPointer MakeOutput(DataObjectPointerArraySizeType idx)
Make a DataObject of the correct type to used as the specified output.
HistogramType::SizeType HistogramSizeType
HistogramType::MeasurementVectorType HistogramMeasurementVectorType
virtual void GenerateData() override
SmartPointer< const Self > ConstPointer
Computes the Histogram corresponding to a Sample.
HistogramMeasurementType SafeAssign(MeasurementType from) const
Control indentation during Print() invocation.
Define additional traits for native types such as int or float.
ProcessObject::DataObjectPointerArraySizeType DataObjectPointerArraySizeType
virtual void GraftOutput(DataObject *output)
Base class for all data objects in ITK.
virtual void SetInput(const SampleType *sample)
Superclass::DataObjectPointer DataObjectPointer