18 #ifndef __itkWeightedCovarianceSampleFilter_h
19 #define __itkWeightedCovarianceSampleFilter_h
42 template<
class TSample >
59 typedef typename Superclass::SampleType
SampleType;
95 void PrintSelf(std::ostream & os,
Indent indent)
const;
100 void ComputeCovarianceMatrixWithWeightingFunction();
103 void ComputeCovarianceMatrixWithWeights();
107 void operator=(
const Self &);
113 #ifndef ITK_MANUAL_INSTANTIATION
114 #include "itkWeightedCovarianceSampleFilter.hxx"