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

« back to all changes in this revision

Viewing changes to qwt-5.1.1/doc/html/qwt__curve__fitter_8cpp-source.html

  • Committer: Bazaar Package Importer
  • Author(s): Fathi Boudra
  • Date: 2008-05-26 10:26:31 UTC
  • mfrom: (1.1.3 upstream) (2.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080526102631-bp95mfccnrb957nx
Tags: 5.1.1-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
 
3
<title>Qwt User&apos;s Guide: qwt_curve_fitter.cpp Source File</title>
 
4
<link href="doxygen.css" rel="stylesheet" type="text/css">
 
5
<link href="tabs.css" rel="stylesheet" type="text/css">
 
6
</head><body>
 
7
<!-- Generated by Doxygen 1.5.0 -->
 
8
<div class="tabs">
 
9
  <ul>
 
10
    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
 
11
    <li><a href="classes.html"><span>Classes</span></a></li>
 
12
    <li id="current"><a href="files.html"><span>Files</span></a></li>
 
13
    <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
 
14
  </ul></div>
 
15
<div class="tabs">
 
16
  <ul>
 
17
    <li><a href="files.html"><span>File&nbsp;List</span></a></li>
 
18
    <li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
 
19
  </ul></div>
 
20
<h1>qwt_curve_fitter.cpp</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* -*- mode: C++ ; c-file-style: "stroustrup" -*- *****************************</span>
 
21
<a name="l00002"></a>00002 <span class="comment"> * Qwt Widget Library</span>
 
22
<a name="l00003"></a>00003 <span class="comment"> * Copyright (C) 1997   Josef Wilgen</span>
 
23
<a name="l00004"></a>00004 <span class="comment"> * Copyright (C) 2002   Uwe Rathmann</span>
 
24
<a name="l00005"></a>00005 <span class="comment"> * </span>
 
25
<a name="l00006"></a>00006 <span class="comment"> * This library is free software; you can redistribute it and/or</span>
 
26
<a name="l00007"></a>00007 <span class="comment"> * modify it under the terms of the Qwt License, Version 1.0</span>
 
27
<a name="l00008"></a>00008 <span class="comment"> *****************************************************************************/</span>
 
28
<a name="l00009"></a>00009 
 
29
<a name="l00010"></a>00010 <span class="preprocessor">#include "qwt_math.h"</span>
 
30
<a name="l00011"></a>00011 <span class="preprocessor">#include "qwt_spline.h"</span>
 
31
<a name="l00012"></a>00012 <span class="preprocessor">#include "qwt_curve_fitter.h"</span>
 
32
<a name="l00013"></a>00013 
 
33
<a name="l00015"></a><a class="code" href="class_qwt_curve_fitter.html#d804660017ae0f3ede604470724b3df3">00015</a> <a class="code" href="class_qwt_curve_fitter.html#d804660017ae0f3ede604470724b3df3">QwtCurveFitter::QwtCurveFitter</a>()
 
34
<a name="l00016"></a>00016 {
 
35
<a name="l00017"></a>00017 }
 
36
<a name="l00018"></a>00018 
 
37
<a name="l00020"></a><a class="code" href="class_qwt_curve_fitter.html#62919f309f0441d94adea94573d0f778">00020</a> <a class="code" href="class_qwt_curve_fitter.html#62919f309f0441d94adea94573d0f778">QwtCurveFitter::~QwtCurveFitter</a>()
 
38
<a name="l00021"></a>00021 {
 
39
<a name="l00022"></a>00022 }
 
40
<a name="l00023"></a>00023 
 
41
<a name="l00024"></a>00024 <span class="keyword">class </span>QwtSplineCurveFitter::PrivateData
 
42
<a name="l00025"></a>00025 {
 
43
<a name="l00026"></a>00026 <span class="keyword">public</span>:
 
44
<a name="l00027"></a>00027     PrivateData():
 
45
<a name="l00028"></a>00028         <a class="code" href="class_qwt_spline_curve_fitter.html#e44a65faa0953ba390a4a17d8ebb7082">fitMode</a>(<a class="code" href="class_qwt_spline_curve_fitter.html">QwtSplineCurveFitter</a>::Auto),
 
46
<a name="l00029"></a>00029         <a class="code" href="class_qwt_spline_curve_fitter.html#f7cc3a6b3dc82736e643bf5b346b2c6e">splineSize</a>(250)
 
47
<a name="l00030"></a>00030     {
 
48
<a name="l00031"></a>00031     }
 
49
<a name="l00032"></a>00032 
 
50
<a name="l00033"></a>00033     <a class="code" href="class_qwt_spline.html">QwtSpline</a> <a class="code" href="class_qwt_spline_curve_fitter.html#968c67ccf4ebf4642ceb9cf749e3642d">spline</a>;
 
51
<a name="l00034"></a>00034     <a class="code" href="class_qwt_spline_curve_fitter.html#8c5e6858f885b5691c30092a950879a8">QwtSplineCurveFitter::FitMode</a> <a class="code" href="class_qwt_spline_curve_fitter.html#e44a65faa0953ba390a4a17d8ebb7082">fitMode</a>;
 
52
<a name="l00035"></a>00035     <span class="keywordtype">int</span> <a class="code" href="class_qwt_spline_curve_fitter.html#f7cc3a6b3dc82736e643bf5b346b2c6e">splineSize</a>;
 
53
<a name="l00036"></a>00036 };
 
54
<a name="l00037"></a>00037 
 
55
<a name="l00038"></a><a class="code" href="class_qwt_spline_curve_fitter.html#98ae80240b254df85dcc44e1f3e4e830">00038</a> <a class="code" href="class_qwt_spline_curve_fitter.html#98ae80240b254df85dcc44e1f3e4e830">QwtSplineCurveFitter::QwtSplineCurveFitter</a>()
 
56
<a name="l00039"></a>00039 {
 
57
<a name="l00040"></a>00040     d_data = <span class="keyword">new</span> PrivateData;
 
58
<a name="l00041"></a>00041 }
 
59
<a name="l00042"></a>00042 
 
60
<a name="l00043"></a><a class="code" href="class_qwt_spline_curve_fitter.html#933ecbf859698978104d0dd4ec2a2f6a">00043</a> <a class="code" href="class_qwt_spline_curve_fitter.html#933ecbf859698978104d0dd4ec2a2f6a">QwtSplineCurveFitter::~QwtSplineCurveFitter</a>()
 
61
<a name="l00044"></a>00044 {
 
62
<a name="l00045"></a>00045     <span class="keyword">delete</span> d_data;
 
63
<a name="l00046"></a>00046 }
 
64
<a name="l00047"></a>00047 
 
65
<a name="l00048"></a><a class="code" href="class_qwt_spline_curve_fitter.html#8381be57ee16b5a2bdacafbd5d71908b">00048</a> <span class="keywordtype">void</span> <a class="code" href="class_qwt_spline_curve_fitter.html#8381be57ee16b5a2bdacafbd5d71908b">QwtSplineCurveFitter::setFitMode</a>(<a class="code" href="class_qwt_spline_curve_fitter.html#8c5e6858f885b5691c30092a950879a8">FitMode</a> mode)
 
66
<a name="l00049"></a>00049 {
 
67
<a name="l00050"></a>00050     d_data-&gt;fitMode = mode;
 
68
<a name="l00051"></a>00051 }
 
69
<a name="l00052"></a>00052 
 
70
<a name="l00053"></a><a class="code" href="class_qwt_spline_curve_fitter.html#e44a65faa0953ba390a4a17d8ebb7082">00053</a> <a class="code" href="class_qwt_spline_curve_fitter.html#8c5e6858f885b5691c30092a950879a8">QwtSplineCurveFitter::FitMode</a> <a class="code" href="class_qwt_spline_curve_fitter.html#e44a65faa0953ba390a4a17d8ebb7082">QwtSplineCurveFitter::fitMode</a>()<span class="keyword"> const</span>
 
71
<a name="l00054"></a>00054 <span class="keyword"></span>{
 
72
<a name="l00055"></a>00055     <span class="keywordflow">return</span> d_data-&gt;fitMode;
 
73
<a name="l00056"></a>00056 }
 
74
<a name="l00057"></a>00057 
 
75
<a name="l00058"></a><a class="code" href="class_qwt_spline_curve_fitter.html#7f819ad010b19d58179655e4ceb1c6f1">00058</a> <span class="keywordtype">void</span> <a class="code" href="class_qwt_spline_curve_fitter.html#7f819ad010b19d58179655e4ceb1c6f1">QwtSplineCurveFitter::setSpline</a>(<span class="keyword">const</span> <a class="code" href="class_qwt_spline.html">QwtSpline</a> &amp;spline)
 
76
<a name="l00059"></a>00059 {
 
77
<a name="l00060"></a>00060     d_data-&gt;spline = <a class="code" href="class_qwt_spline_curve_fitter.html#968c67ccf4ebf4642ceb9cf749e3642d">spline</a>;
 
78
<a name="l00061"></a>00061     d_data-&gt;spline.reset();
 
79
<a name="l00062"></a>00062 }
 
80
<a name="l00063"></a>00063 
 
81
<a name="l00064"></a><a class="code" href="class_qwt_spline_curve_fitter.html#968c67ccf4ebf4642ceb9cf749e3642d">00064</a> <span class="keyword">const</span> <a class="code" href="class_qwt_spline.html">QwtSpline</a> &amp;<a class="code" href="class_qwt_spline_curve_fitter.html#968c67ccf4ebf4642ceb9cf749e3642d">QwtSplineCurveFitter::spline</a>()<span class="keyword"> const</span>
 
82
<a name="l00065"></a>00065 <span class="keyword"></span>{
 
83
<a name="l00066"></a>00066     <span class="keywordflow">return</span> d_data-&gt;spline;
 
84
<a name="l00067"></a>00067 }
 
85
<a name="l00068"></a>00068 
 
86
<a name="l00069"></a><a class="code" href="class_qwt_spline_curve_fitter.html#c501260a25953e1ded6bbc84c3250fa8">00069</a> <a class="code" href="class_qwt_spline.html">QwtSpline</a> &amp;<a class="code" href="class_qwt_spline_curve_fitter.html#968c67ccf4ebf4642ceb9cf749e3642d">QwtSplineCurveFitter::spline</a>() 
 
87
<a name="l00070"></a>00070 {
 
88
<a name="l00071"></a>00071     <span class="keywordflow">return</span> d_data-&gt;spline;
 
89
<a name="l00072"></a>00072 }
 
90
<a name="l00073"></a>00073 
 
91
<a name="l00074"></a><a class="code" href="class_qwt_spline_curve_fitter.html#8ecea80fb540b92cd22b6b0703636460">00074</a> <span class="keywordtype">void</span> <a class="code" href="class_qwt_spline_curve_fitter.html#8ecea80fb540b92cd22b6b0703636460">QwtSplineCurveFitter::setSplineSize</a>(<span class="keywordtype">int</span> splineSize)
 
92
<a name="l00075"></a>00075 {
 
93
<a name="l00076"></a>00076     d_data-&gt;splineSize = qwtMax(splineSize, 10);
 
94
<a name="l00077"></a>00077 }
 
95
<a name="l00078"></a>00078 
 
96
<a name="l00079"></a><a class="code" href="class_qwt_spline_curve_fitter.html#f7cc3a6b3dc82736e643bf5b346b2c6e">00079</a> <span class="keywordtype">int</span> <a class="code" href="class_qwt_spline_curve_fitter.html#f7cc3a6b3dc82736e643bf5b346b2c6e">QwtSplineCurveFitter::splineSize</a>()<span class="keyword"> const</span>
 
97
<a name="l00080"></a>00080 <span class="keyword"></span>{
 
98
<a name="l00081"></a>00081     <span class="keywordflow">return</span> d_data-&gt;splineSize;
 
99
<a name="l00082"></a>00082 }
 
100
<a name="l00083"></a>00083 
 
101
<a name="l00084"></a>00084 <span class="preprocessor">#if QT_VERSION &lt; 0x040000</span>
 
102
<a name="l00085"></a>00085 <span class="preprocessor"></span>QwtArray&lt;QwtDoublePoint&gt; <a class="code" href="class_qwt_spline_curve_fitter.html#c91df6881bd84143efcc891344a84a7b">QwtSplineCurveFitter::fitCurve</a>(
 
103
<a name="l00086"></a>00086     <span class="keyword">const</span> QwtArray&lt;QwtDoublePoint&gt; &amp; points) <span class="keyword">const</span>
 
104
<a name="l00087"></a>00087 <span class="preprocessor">#else</span>
 
105
<a name="l00088"></a><a class="code" href="class_qwt_spline_curve_fitter.html#c91df6881bd84143efcc891344a84a7b">00088</a> <span class="preprocessor"></span>QPolygonF <a class="code" href="class_qwt_spline_curve_fitter.html#c91df6881bd84143efcc891344a84a7b">QwtSplineCurveFitter::fitCurve</a>(
 
106
<a name="l00089"></a>00089     <span class="keyword">const</span> QPolygonF &amp;points) <span class="keyword">const</span>
 
107
<a name="l00090"></a>00090 <span class="preprocessor">#endif</span>
 
108
<a name="l00091"></a>00091 <span class="preprocessor"></span>{
 
109
<a name="l00092"></a>00092     <span class="keyword">const</span> <span class="keywordtype">int</span> size = (int)points.size();
 
110
<a name="l00093"></a>00093     <span class="keywordflow">if</span> ( size &lt;= 2 )
 
111
<a name="l00094"></a>00094         <span class="keywordflow">return</span> points;
 
112
<a name="l00095"></a>00095 
 
113
<a name="l00096"></a>00096     <a class="code" href="class_qwt_spline_curve_fitter.html#8c5e6858f885b5691c30092a950879a8">FitMode</a> fitMode = d_data-&gt;fitMode;
 
114
<a name="l00097"></a>00097     <span class="keywordflow">if</span> ( fitMode == Auto )
 
115
<a name="l00098"></a>00098     {
 
116
<a name="l00099"></a>00099         fitMode = Spline;
 
117
<a name="l00100"></a>00100 
 
118
<a name="l00101"></a>00101         <span class="keyword">const</span> <a class="code" href="qwt__double__rect_8h.html#5fdf5abc59b6e6cee5c11d355906927a">QwtDoublePoint</a> *p = points.data();
 
119
<a name="l00102"></a>00102         <span class="keywordflow">for</span> ( <span class="keywordtype">int</span> i = 1; i &lt; size; i++ )
 
120
<a name="l00103"></a>00103         {
 
121
<a name="l00104"></a>00104             <span class="keywordflow">if</span> ( p[i].x() &lt;= p[i-1].x() )
 
122
<a name="l00105"></a>00105             {
 
123
<a name="l00106"></a>00106                 fitMode = ParametricSpline;
 
124
<a name="l00107"></a>00107                 <span class="keywordflow">break</span>;
 
125
<a name="l00108"></a>00108             }
 
126
<a name="l00109"></a>00109         };
 
127
<a name="l00110"></a>00110     }
 
128
<a name="l00111"></a>00111 
 
129
<a name="l00112"></a>00112     <span class="keywordflow">if</span> ( fitMode == ParametricSpline )
 
130
<a name="l00113"></a>00113         <span class="keywordflow">return</span> fitParametric(points);
 
131
<a name="l00114"></a>00114     <span class="keywordflow">else</span>
 
132
<a name="l00115"></a>00115         <span class="keywordflow">return</span> fitSpline(points);
 
133
<a name="l00116"></a>00116 }
 
134
<a name="l00117"></a>00117 
 
135
<a name="l00118"></a>00118 <span class="preprocessor">#if QT_VERSION &lt; 0x040000</span>
 
136
<a name="l00119"></a>00119 <span class="preprocessor"></span>QwtArray&lt;QwtDoublePoint&gt; QwtSplineCurveFitter::fitSpline(
 
137
<a name="l00120"></a>00120     <span class="keyword">const</span> QwtArray&lt;QwtDoublePoint&gt; &amp;points) <span class="keyword">const</span>
 
138
<a name="l00121"></a>00121 <span class="preprocessor">#else</span>
 
139
<a name="l00122"></a>00122 <span class="preprocessor"></span>QPolygonF QwtSplineCurveFitter::fitSpline(
 
140
<a name="l00123"></a>00123     <span class="keyword">const</span> QPolygonF &amp;points) <span class="keyword">const</span>
 
141
<a name="l00124"></a>00124 <span class="preprocessor">#endif</span>
 
142
<a name="l00125"></a>00125 <span class="preprocessor"></span>{
 
143
<a name="l00126"></a>00126     d_data-&gt;spline.setPoints(points);
 
144
<a name="l00127"></a>00127     <span class="keywordflow">if</span> ( !d_data-&gt;spline.isValid() )
 
145
<a name="l00128"></a>00128         <span class="keywordflow">return</span> points;
 
146
<a name="l00129"></a>00129 
 
147
<a name="l00130"></a>00130 <span class="preprocessor">#if QT_VERSION &lt; 0x040000</span>
 
148
<a name="l00131"></a>00131 <span class="preprocessor"></span>    QwtArray&lt;QwtDoublePoint&gt; fittedPoints(d_data-&gt;splineSize);
 
149
<a name="l00132"></a>00132 <span class="preprocessor">#else</span>
 
150
<a name="l00133"></a>00133 <span class="preprocessor"></span>    QPolygonF fittedPoints(d_data-&gt;splineSize);
 
151
<a name="l00134"></a>00134 <span class="preprocessor">#endif</span>
 
152
<a name="l00135"></a>00135 <span class="preprocessor"></span>
 
153
<a name="l00136"></a>00136     <span class="keyword">const</span> <span class="keywordtype">double</span> x1 = points[0].x();
 
154
<a name="l00137"></a>00137     <span class="keyword">const</span> <span class="keywordtype">double</span> x2 = points[int(points.size() - 1)].x();
 
155
<a name="l00138"></a>00138     <span class="keyword">const</span> <span class="keywordtype">double</span> dx = x2 - x1;
 
156
<a name="l00139"></a>00139     <span class="keyword">const</span> <span class="keywordtype">double</span> delta = dx / (d_data-&gt;splineSize - 1);
 
157
<a name="l00140"></a>00140 
 
158
<a name="l00141"></a>00141     <span class="keywordflow">for</span> (<span class="keywordtype">int</span> i = 0; i &lt; d_data-&gt;splineSize; i++)
 
159
<a name="l00142"></a>00142     {
 
160
<a name="l00143"></a>00143         <a class="code" href="qwt__double__rect_8h.html#5fdf5abc59b6e6cee5c11d355906927a">QwtDoublePoint</a> &amp;p = fittedPoints[i];
 
161
<a name="l00144"></a>00144 
 
162
<a name="l00145"></a>00145         <span class="keyword">const</span> <span class="keywordtype">double</span> v = x1 + i * delta;
 
163
<a name="l00146"></a>00146         <span class="keyword">const</span> <span class="keywordtype">double</span> sv = d_data-&gt;spline.value(v);
 
164
<a name="l00147"></a>00147 
 
165
<a name="l00148"></a>00148         p.setX(qRound(v));
 
166
<a name="l00149"></a>00149         p.setY(qRound(sv));
 
167
<a name="l00150"></a>00150     }
 
168
<a name="l00151"></a>00151     d_data-&gt;spline.reset();
 
169
<a name="l00152"></a>00152 
 
170
<a name="l00153"></a>00153     <span class="keywordflow">return</span> fittedPoints;
 
171
<a name="l00154"></a>00154 }
 
172
<a name="l00155"></a>00155 
 
173
<a name="l00156"></a>00156 <span class="preprocessor">#if QT_VERSION &lt; 0x040000</span>
 
174
<a name="l00157"></a>00157 <span class="preprocessor"></span>QwtArray&lt;QwtDoublePoint&gt; QwtSplineCurveFitter::fitParametric(
 
175
<a name="l00158"></a>00158     <span class="keyword">const</span> QwtArray&lt;QwtDoublePoint&gt; &amp;points) <span class="keyword">const</span>
 
176
<a name="l00159"></a>00159 <span class="preprocessor">#else</span>
 
177
<a name="l00160"></a>00160 <span class="preprocessor"></span>QPolygonF QwtSplineCurveFitter::fitParametric(
 
178
<a name="l00161"></a>00161     <span class="keyword">const</span> QPolygonF &amp;points) <span class="keyword">const</span>
 
179
<a name="l00162"></a>00162 <span class="preprocessor">#endif</span>
 
180
<a name="l00163"></a>00163 <span class="preprocessor"></span>{
 
181
<a name="l00164"></a>00164     <span class="keywordtype">int</span> i;
 
182
<a name="l00165"></a>00165     <span class="keyword">const</span> <span class="keywordtype">int</span> size = points.size();
 
183
<a name="l00166"></a>00166 
 
184
<a name="l00167"></a>00167 <span class="preprocessor">#if QT_VERSION &lt; 0x040000</span>
 
185
<a name="l00168"></a>00168 <span class="preprocessor"></span>    QwtArray&lt;QwtDoublePoint&gt; fittedPoints(d_data-&gt;splineSize);
 
186
<a name="l00169"></a>00169     QwtArray&lt;QwtDoublePoint&gt; splinePointsX(size);
 
187
<a name="l00170"></a>00170     QwtArray&lt;QwtDoublePoint&gt; splinePointsY(size);
 
188
<a name="l00171"></a>00171 <span class="preprocessor">#else</span>
 
189
<a name="l00172"></a>00172 <span class="preprocessor"></span>    QPolygonF fittedPoints(d_data-&gt;splineSize);
 
190
<a name="l00173"></a>00173     QPolygonF splinePointsX(size);
 
191
<a name="l00174"></a>00174     QPolygonF splinePointsY(size);
 
192
<a name="l00175"></a>00175 <span class="preprocessor">#endif</span>
 
193
<a name="l00176"></a>00176 <span class="preprocessor"></span>
 
194
<a name="l00177"></a>00177     <span class="keyword">const</span> <a class="code" href="qwt__double__rect_8h.html#5fdf5abc59b6e6cee5c11d355906927a">QwtDoublePoint</a> *p = points.data();
 
195
<a name="l00178"></a>00178     <a class="code" href="qwt__double__rect_8h.html#5fdf5abc59b6e6cee5c11d355906927a">QwtDoublePoint</a> *spX = splinePointsX.data();
 
196
<a name="l00179"></a>00179     <a class="code" href="qwt__double__rect_8h.html#5fdf5abc59b6e6cee5c11d355906927a">QwtDoublePoint</a> *spY = splinePointsY.data();
 
197
<a name="l00180"></a>00180 
 
198
<a name="l00181"></a>00181     <span class="keywordtype">double</span> param = 0.0;
 
199
<a name="l00182"></a>00182     <span class="keywordflow">for</span> (i = 0; i &lt; size; i++)
 
200
<a name="l00183"></a>00183     {
 
201
<a name="l00184"></a>00184         <span class="keyword">const</span> <span class="keywordtype">double</span> x = p[i].x();
 
202
<a name="l00185"></a>00185         <span class="keyword">const</span> <span class="keywordtype">double</span> y = p[i].y();
 
203
<a name="l00186"></a>00186         <span class="keywordflow">if</span> ( i &gt; 0 )
 
204
<a name="l00187"></a>00187         {
 
205
<a name="l00188"></a>00188             <span class="keyword">const</span> <span class="keywordtype">double</span> delta = sqrt( qwtSqr(x - spX[i-1].y())
 
206
<a name="l00189"></a>00189                       + qwtSqr( y - spY[i-1].y() ) );
 
207
<a name="l00190"></a>00190             param += qwtMax(delta, 1.0);
 
208
<a name="l00191"></a>00191         }
 
209
<a name="l00192"></a>00192         spX[i].setX(param);
 
210
<a name="l00193"></a>00193         spX[i].setY(x);
 
211
<a name="l00194"></a>00194         spY[i].setX(param);
 
212
<a name="l00195"></a>00195         spY[i].setY(y);
 
213
<a name="l00196"></a>00196     }
 
214
<a name="l00197"></a>00197 
 
215
<a name="l00198"></a>00198     d_data-&gt;spline.setPoints(splinePointsX);
 
216
<a name="l00199"></a>00199     <span class="keywordflow">if</span> ( !d_data-&gt;spline.isValid() )
 
217
<a name="l00200"></a>00200         <span class="keywordflow">return</span> points;
 
218
<a name="l00201"></a>00201 
 
219
<a name="l00202"></a>00202     <span class="keyword">const</span> <span class="keywordtype">double</span> deltaX =
 
220
<a name="l00203"></a>00203         splinePointsX[size - 1].x() / (d_data-&gt;splineSize-1);
 
221
<a name="l00204"></a>00204     <span class="keywordflow">for</span> (i = 0; i &lt; d_data-&gt;splineSize; i++)
 
222
<a name="l00205"></a>00205     {
 
223
<a name="l00206"></a>00206         <span class="keyword">const</span> <span class="keywordtype">double</span> dtmp = i * deltaX;
 
224
<a name="l00207"></a>00207         fittedPoints[i].setX(qRound(d_data-&gt;spline.value(dtmp)));
 
225
<a name="l00208"></a>00208     }
 
226
<a name="l00209"></a>00209 
 
227
<a name="l00210"></a>00210     d_data-&gt;spline.setPoints(splinePointsY);
 
228
<a name="l00211"></a>00211     <span class="keywordflow">if</span> ( !d_data-&gt;spline.isValid() )
 
229
<a name="l00212"></a>00212         <span class="keywordflow">return</span> points;
 
230
<a name="l00213"></a>00213 
 
231
<a name="l00214"></a>00214     <span class="keyword">const</span> <span class="keywordtype">double</span> deltaY =
 
232
<a name="l00215"></a>00215         splinePointsY[size - 1].x() / (d_data-&gt;splineSize-1);
 
233
<a name="l00216"></a>00216     <span class="keywordflow">for</span> (i = 0; i &lt; d_data-&gt;splineSize; i++)
 
234
<a name="l00217"></a>00217     {
 
235
<a name="l00218"></a>00218         <span class="keyword">const</span> <span class="keywordtype">double</span> dtmp = i * deltaY;
 
236
<a name="l00219"></a>00219         fittedPoints[i].setY(qRound(d_data-&gt;spline.value(dtmp)));
 
237
<a name="l00220"></a>00220     }
 
238
<a name="l00221"></a>00221 
 
239
<a name="l00222"></a>00222     <span class="keywordflow">return</span> fittedPoints;
 
240
<a name="l00223"></a>00223 }
 
241
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Sat May 24 18:47:39 2008 for Qwt User's Guide by&nbsp;
 
242
<a href="http://www.doxygen.org/index.html">
 
243
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.0 </small></address>
 
244
</body>
 
245
</html>