Qwt User's Guide 6.3.0
Loading...
Searching...
No Matches
qwt_curve_fitter.cpp
1/******************************************************************************
2 * Qwt Widget Library
3 * Copyright (C) 1997 Josef Wilgen
4 * Copyright (C) 2002 Uwe Rathmann
5 *
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the Qwt License, Version 1.0
8 *****************************************************************************/
9
10#include "qwt_curve_fitter.h"
11
17 : m_mode( mode )
18{
19}
20
25
28{
29 return m_mode;
30}
Mode
Preferred mode of the fitting algorithm.
virtual ~QwtCurveFitter()
Destructor.
QwtCurveFitter(Mode mode)