18 #ifndef itkGaussianMembershipFunction_h
19 #define itkGaussianMembershipFunction_h
55 template <
typename TMeasurementVector>
79 using typename Superclass::MeasurementVectorSizeType;
121 InternalClone()
const override;
127 PrintSelf(std::ostream & os,
Indent indent)
const override;
139 double m_PreFactor{};
142 bool m_CovarianceNonsingular{};
147 #ifndef ITK_MANUAL_INSTANTIATION
148 # include "itkGaussianMembershipFunction.hxx"