ProteoWizard
pwiz::analysis::SavitzkyGolaySmoother Member List

This is the complete list of members for pwiz::analysis::SavitzkyGolaySmoother, including all inherited members.

impl_pwiz::analysis::SavitzkyGolaySmootherprivate
SavitzkyGolaySmoother(int polynomialOrder, int windowSize)pwiz::analysis::SavitzkyGolaySmoother
smooth(const std::vector< double > &x, const std::vector< double > &y, std::vector< double > &xSmoothed, std::vector< double > &ySmoothed)pwiz::analysis::SavitzkyGolaySmoothervirtual
smooth_copy(std::vector< double > &x, std::vector< double > &y)pwiz::analysis::SavitzkyGolaySmoothervirtual
~SavitzkyGolaySmoother()pwiz::analysis::SavitzkyGolaySmoother
~Smoother()pwiz::analysis::Smootherinlinevirtual