Qwt User's Guide  6.2.0
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 
23 {
24 }
25 
28 {
29  return m_mode;
30 }
Mode
Preferred mode of the fitting algorithm.
virtual ~QwtCurveFitter()
Destructor.
Mode mode() const
QwtCurveFitter(Mode mode)