18 #ifndef itkWeightedMeanSampleFilter_h
19 #define itkWeightedMeanSampleFilter_h
41 template<
typename TSample >
110 void operator=(const
Self &) ITK_DELETE_FUNCTION;
115 #ifndef ITK_MANUAL_INSTANTIATION
116 #include "itkWeightedMeanSampleFilter.hxx"
Given a sample where each measurement vector has associated weight value, this filter computes the sa...
MeasurementVectorDecoratedType OutputType
MeanSampleFilter< TSample > Superclass
Light weight base class for most itk classes.
void GenerateData() override
NumericTraits< MeasurementVectorType >::RealType MeasurementVectorRealType
SampleType::MeasurementVectorType MeasurementVectorType
SampleType::MeasurementType MeasurementType
SimpleDataObjectDecorator< MeasurementVectorRealType > MeasurementVectorDecoratedType
virtual ~WeightedMeanSampleFilter()
SimpleDataObjectDecorator< WeightArrayType > InputWeightArrayObjectType
Superclass::MeasurementType MeasurementType
Array< WeightValueType > WeightArrayType
FunctionBase< MeasurementVectorType, WeightValueType > WeightingFunctionType
Superclass::OutputType OutputType
NumericTraits< MeasurementType >::RealType MeasurementRealType
void ComputeMeanWithWeights()
Decorates any "simple" data type (data types without smart pointers) with a DataObject API...
Base class for all ITK function objects.
Decorates any subclass of itkObject with a DataObject API.
Superclass::MeasurementVectorDecoratedType MeasurementVectorDecoratedType
WeightedMeanSampleFilter()
WeightedMeanSampleFilter Self
Superclass::MeasurementRealType MeasurementRealType
Superclass::MeasurementVectorRealType MeasurementVectorRealType
void PrintSelf(std::ostream &os, Indent indent) const override
Superclass::MeasurementVectorSizeType MeasurementVectorSizeType
DataObjectDecorator< WeightingFunctionType > InputWeightingFunctionObjectType
Superclass::SampleType SampleType
Control indentation during Print() invocation.
Given a sample, this filter computes the sample mean.
SmartPointer< Self > Pointer
SampleType::MeasurementVectorSizeType MeasurementVectorSizeType
SmartPointer< const Self > ConstPointer
void ComputeMeanWithWeightingFunction()
Superclass::MeasurementVectorType MeasurementVectorType