~ubuntu-branches/ubuntu/oneiric/qwt/oneiric-proposed

« back to all changes in this revision

Viewing changes to doc/man/man3/QwtCurveFitter.3

  • Committer: Bazaar Package Importer
  • Author(s): Fathi Boudra
  • Date: 2011-06-10 11:22:47 UTC
  • mfrom: (1.1.6 upstream) (2.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20110610112247-0i1019vvmzaq6p86
Tags: 6.0.0-1
* New upstream release (Closes: #624107):
  - drop Qt3 support. (Closes: #604379, #626868)
* Register documentation with doc-base. (Closes: #626567)
* Drop patches:
  - 01_makefiles.diff
  - 02_add_missing_warnings.diff
  - 03_qwt_branch_pull_r544.diff
* Add qwt_install_paths.patch to fix the hardcoded installation paths.
* Update debian/control:
  - drop libqt3-mt-dev build dependency.
  - bump Standards-Version to 3.9.2 (no changes).
  - drop Qt3 related packages.
  - due to bump soname (and as we dropper Qt3 support):
    - libqwt5-qt4-dev -> libqwt-dev
    - libqwt5-qt4 -> libqwt6
    - libqwt5-doc -> libqwt-doc
* Update debian/copyright file.
* Update debian/rules: drop Qt3 packages support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH "QwtCurveFitter" 3 "Fri Apr 15 2011" "Version 6.0.0" "Qwt User's Guide" \" -*- nroff -*-
 
2
.ad l
 
3
.nh
 
4
.SH NAME
 
5
QwtCurveFitter \- 
 
6
.PP
 
7
Abstract base class for a curve fitter.  
 
8
 
 
9
.SH SYNOPSIS
 
10
.br
 
11
.PP
 
12
.PP
 
13
\fC#include <qwt_curve_fitter.h>\fP
 
14
.PP
 
15
Inherited by \fBQwtSplineCurveFitter\fP, and \fBQwtWeedingCurveFitter\fP.
 
16
.SS "Public Member Functions"
 
17
 
 
18
.in +1c
 
19
.ti -1c
 
20
.RI "virtual \fB~QwtCurveFitter\fP ()"
 
21
.br
 
22
.ti -1c
 
23
.RI "virtual QPolygonF \fBfitCurve\fP (const QPolygonF &polygon) const =0"
 
24
.br
 
25
.in -1c
 
26
.SS "Protected Member Functions"
 
27
 
 
28
.in +1c
 
29
.ti -1c
 
30
.RI "\fBQwtCurveFitter\fP ()"
 
31
.br
 
32
.in -1c
 
33
.SH "Detailed Description"
 
34
.PP 
 
35
Abstract base class for a curve fitter. 
 
36
.SH "Constructor & Destructor Documentation"
 
37
.PP 
 
38
.SS "QwtCurveFitter::~QwtCurveFitter ()\fC [virtual]\fP"
 
39
.PP
 
40
Destructor. 
 
41
.SS "QwtCurveFitter::QwtCurveFitter ()\fC [protected]\fP"
 
42
.PP
 
43
Constructor. 
 
44
.SH "Member Function Documentation"
 
45
.PP 
 
46
.SS "virtual QPolygonF QwtCurveFitter::fitCurve (const QPolygonF &polygon) const\fC [pure virtual]\fP"Find a curve which has the best fit to a series of data points
 
47
.PP
 
48
\fBParameters:\fP
 
49
.RS 4
 
50
\fIpolygon\fP Series of data points 
 
51
.RE
 
52
.PP
 
53
\fBReturns:\fP
 
54
.RS 4
 
55
Curve points 
 
56
.RE
 
57
.PP
 
58
 
 
59
.PP
 
60
Implemented in \fBQwtSplineCurveFitter\fP, and \fBQwtWeedingCurveFitter\fP.
 
61
 
 
62
.SH "Author"
 
63
.PP 
 
64
Generated automatically by Doxygen for Qwt User's Guide from the source code.