<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/mplotcurve/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/mplotcurve/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 14 Jan 2014 16:28:37 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/mplotcurve/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by cah12</title><link>https://sourceforge.net/p/mplotcurve/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,10 +1,5 @@
 MPlotCurve is a subclass of QwtPlotCurve
-When you apply a subclass of QwtCurveFitter to a QwtPlotCurve you achieve a desirable specific fitting. However, the points, in cartesian coordinates, that describe the fitted curve are not readily available for use. Thus, if you want to compute the area below the curve or the centroid you must do additional work. Moreover, there is no ready way to visually compare the fitted with unfitted curve. The designer of Qwt carefully and rightfully designed QwtPlotCurve (as well as many other Qwt classes) to facilitate subclassing. The virtual functions and virtual destructor is testimony to this.
-MPlotCurve is an abstract class derive via multiple inheritance from QObject and QwtPlotCurve. Applications must subclass MPlotCurve and implement the pure virtual function rawData(). 
-Create a project and run it as follow: (a) As is (i.e. with certain code lines commented out); (b) Uncomment line 21 and run; (c) Uncomment line 28 and run; (d) Comment line 21, uncomment line 22 and run; ...get the picture... (e) Uncomment line 30 and 31 and run...setTranslate() receives, as argument, a QPointF that represents the absolute translation.
-Finally, uncomment line 33 and debug so as to look at the contents of the QPolygonF poly.
-Tested with Qt 5.1.1, Qwt 6.1.0.
-Note: The code needs to be revised for both execution and memory-use efficiency. In particular, unnecessary calls to replot() need scrubbing out.
-
+When you apply a subclass of QwtCurveFitter to a QwtPlotCurve you achieve a desirable specific fitting. However, the points, in cartesian coordinates, that describe the fitted curve are not readily available. Thus, if you want to compute the area below the curve or the centroid you must do additional work. Moreover, there is no ready way to visually compare the fitted with unfitted curve. MPlotCurve is derived from QwtPlotCurve. Applications are free to subclass MPlotCurve to achieve further specialization. 
+Create a project and run it. Use the items in the "Tool" menu to exercise the code. Your feedback is appreciated.
 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">cah12</dc:creator><pubDate>Tue, 14 Jan 2014 16:28:37 -0000</pubDate><guid>https://sourceforge.netc2a23ef17301ceba1fbb272f1c3e995279147a26</guid></item><item><title>Home modified by cah12</title><link>https://sourceforge.net/p/mplotcurve/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,10 @@
-Welcome to your wiki!
-
-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
-
-The wiki uses [Markdown](/p/mplotcurve/wiki/markdown_syntax/) syntax.
+MPlotCurve is a subclass of QwtPlotCurve
+When you apply a subclass of QwtCurveFitter to a QwtPlotCurve you achieve a desirable specific fitting. However, the points, in cartesian coordinates, that describe the fitted curve are not readily available for use. Thus, if you want to compute the area below the curve or the centroid you must do additional work. Moreover, there is no ready way to visually compare the fitted with unfitted curve. The designer of Qwt carefully and rightfully designed QwtPlotCurve (as well as many other Qwt classes) to facilitate subclassing. The virtual functions and virtual destructor is testimony to this.
+MPlotCurve is an abstract class derive via multiple inheritance from QObject and QwtPlotCurve. Applications must subclass MPlotCurve and implement the pure virtual function rawData(). 
+Create a project and run it as follow: (a) As is (i.e. with certain code lines commented out); (b) Uncomment line 21 and run; (c) Uncomment line 28 and run; (d) Comment line 21, uncomment line 22 and run; ...get the picture... (e) Uncomment line 30 and 31 and run...setTranslate() receives, as argument, a QPointF that represents the absolute translation.
+Finally, uncomment line 33 and debug so as to look at the contents of the QPolygonF poly.
+Tested with Qt 5.1.1, Qwt 6.1.0.
+Note: The code needs to be revised for both execution and memory-use efficiency. In particular, unnecessary calls to replot() need scrubbing out.

 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">cah12</dc:creator><pubDate>Wed, 01 Jan 2014 09:01:17 -0000</pubDate><guid>https://sourceforge.neta50446732e11cac900fb5e9ca6289b0b3fafb900</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/mplotcurve/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="mplotcurve"&gt;MPlotCurve&lt;/h1&gt;
&lt;p&gt;MPlotCurve is a subclass of QwtPlotCurve&lt;/p&gt;
&lt;p&gt;When you apply a subclass of QwtCurveFitter to a QwtPlotCurve you achieve a desirable specific fitting. However, the points, in cartesian coordinates, that describe the fitted are no readily available for use. Thus, if you want to compute the area below the curve or the centroid you must do additional work. Moreover, there is no ready way to visually compare the fitted with unfitted curve. The designer of Qwt carefully and rightfully designed QwtPlotCurve (as well as many other Qwt classes) to facilitate subclassing. The virtual functions and virtual destructor is testimony to this.&lt;/p&gt;
&lt;p&gt;MPlotCurve is an abstract class derive via multiple inheritance from QObject and QwtPlotCurve. Applications must subclass MPlotCurve and implement the pure virtual function rawData(). &lt;/p&gt;
&lt;p&gt;Create a project and run it as follow: (a) As is (i.e. with certain code lines commented out); (b) Uncomment line 21 and run; (c) Uncomment line 28 and run; (d) Comment line 21, uncomment line 22 and run; ...get the picture... (e) Uncomment line 30 and 31 and run...setTranslate() receives, as argument, a QPointF that represents the absolute translation.&lt;/p&gt;
&lt;p&gt;Finally, uncomment line 33 and debug so as to look at the contents of the QPolygonF poly.&lt;/p&gt;
&lt;p&gt;Tested with Qt 5.1.1, Qwt 6.1.0.&lt;/p&gt;
&lt;p&gt;Note: The code needs to be revised for both execution and memory-use efficiency. In particular, unnecessary calls to replot() need scrubbing out.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">cah12</dc:creator><pubDate>Tue, 31 Dec 2013 21:19:14 -0000</pubDate><guid>https://sourceforge.net6f90e7dc1a67d3eee40a9e93a6531233d735a078</guid></item><item><title>Home modified by cah12</title><link>https://sourceforge.net/p/mplotcurve/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/mplotcurve/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
&lt;ul class="md-users-list"&gt;
&lt;li&gt;&lt;a href="/u/cah12/"&gt;cah12&lt;/a&gt; (admin)&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;span class="download-button-52c328c390954765975a37fd" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">cah12</dc:creator><pubDate>Tue, 31 Dec 2013 20:27:48 -0000</pubDate><guid>https://sourceforge.netafe325fedf9cd04b3207bd41928c2f911627e2be</guid></item></channel></rss>