18 #ifndef itkMeanSampleFilter_h
19 #define itkMeanSampleFilter_h
47 template<
typename TSample >
102 virtual void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
115 void operator=(const
Self &) ITK_DELETE_FUNCTION;
120 #ifndef ITK_MANUAL_INSTANTIATION
121 #include "itkMeanSampleFilter.hxx"
MeasurementVectorDecoratedType OutputType
Light weight base class for most itk classes.
NumericTraits< MeasurementVectorType >::RealType MeasurementVectorRealType
SampleType::MeasurementVectorType MeasurementVectorType
SampleType::MeasurementType MeasurementType
ProcessObject::DataObjectPointerArraySizeType DataObjectPointerArraySizeType
SmartPointer< const Self > ConstPointer
SimpleDataObjectDecorator< MeasurementVectorRealType > MeasurementVectorDecoratedType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
NumericTraits< MeasurementType >::RealType MeasurementRealType
const MeasurementVectorRealType GetMean() const
const SampleType * GetInput() const
Decorates any "simple" data type (data types without smart pointers) with a DataObject API...
DataObjectPointerArray::size_type DataObjectPointerArraySizeType
virtual void GenerateData() override
virtual void SetInput(const DataObjectIdentifierType &key, DataObject *input)
Protected method for setting indexed and named inputs.
virtual DataObjectPointer MakeOutput(DataObjectPointerArraySizeType idx)
Make a DataObject of the correct type to used as the specified output.
virtual void PrintSelf(std::ostream &os, Indent indent) const override
virtual DataObjectPointer MakeOutput(DataObjectPointerArraySizeType idx) override
Make a DataObject of the correct type to used as the specified output.
virtual ~MeanSampleFilter()
SmartPointer< Self > Pointer
Control indentation during Print() invocation.
Given a sample, this filter computes the sample mean.
void SetInput(const SampleType *sample)
SampleType::MeasurementVectorSizeType MeasurementVectorSizeType
MeasurementVectorSizeType GetMeasurementVectorSize() const
DataObject::Pointer DataObjectPointer
const MeasurementVectorDecoratedType * GetOutput() const