18 #ifndef __itkWeightedMeanSampleFilter_h
19 #define __itkWeightedMeanSampleFilter_h
41 template<
typename TSample >
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.
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...
itkSetGetDecoratedObjectInputMacro(WeightingFunction, WeightingFunctionType)
Base class for all ITK function objects.
Decorates any subclass of itkObject with a DataObject API.
Superclass::MeasurementVectorDecoratedType MeasurementVectorDecoratedType
itkSetGetDecoratedInputMacro(Weights, WeightArrayType)
WeightedMeanSampleFilter()
WeightedMeanSampleFilter Self
Superclass::MeasurementRealType MeasurementRealType
Superclass::MeasurementVectorRealType MeasurementVectorRealType
Superclass::MeasurementVectorSizeType MeasurementVectorSizeType
DataObjectDecorator< WeightingFunctionType > InputWeightingFunctionObjectType
Superclass::SampleType SampleType
void operator=(const Self &)
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()
void PrintSelf(std::ostream &os, Indent indent) const
Superclass::MeasurementVectorType MeasurementVectorType