18 #ifndef __itkWeightedMeanSampleFilter_h
19 #define __itkWeightedMeanSampleFilter_h
41 template<
class TSample >
57 typedef typename Superclass::SampleType
SampleType;
87 void PrintSelf(std::ostream & os,
Indent indent)
const;
92 void ComputeMeanWithWeights();
95 void ComputeMeanWithWeightingFunction();
99 void operator=(
const Self &);
104 #ifndef ITK_MANUAL_INSTANTIATION
105 #include "itkWeightedMeanSampleFilter.hxx"