📄 class_qwt_spline.html
字号:
<tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">bool QwtSpline::buildPeriodicSpline </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">const QPolygonF & </td> <td class="mdname1" valign="top" nowrap> <em>points</em> </td> <td class="md" valign="top"> ) </td> <td class="md" nowrap><code> [protected]</code></td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Determines the coefficients for a periodic spline. <p><dl compact><dt><b>Returns:</b></dt><dd>true if successful </dd></dl><p>Definition at line <a class="el" href="qwt__spline_8cpp-source.html#l00292">292</a> of file <a class="el" href="qwt__spline_8cpp-source.html">qwt_spline.cpp</a>. </td> </tr></table><a class="anchor" name="8eb42cf7f0f81bb7b7b885466f8ebbbf"></a><!-- doxytag: member="QwtSpline::isValid" ref="8eb42cf7f0f81bb7b7b885466f8ebbbf" args="() const " --><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">bool QwtSpline::isValid </td> <td class="md" valign="top">( </td> <td class="mdname1" valign="top" nowrap> </td> <td class="md" valign="top"> ) </td> <td class="md" nowrap> const</td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>True if valid. <p><p>Definition at line <a class="el" href="qwt__spline_8cpp-source.html#l00181">181</a> of file <a class="el" href="qwt__spline_8cpp-source.html">qwt_spline.cpp</a>.<p>References <a class="el" href="qwt__spline_8h-source.html#l00121">d_data</a>. </td> </tr></table><a class="anchor" name="14694e61052933921eda629062554d22"></a><!-- doxytag: member="QwtSpline::points" ref="14694e61052933921eda629062554d22" args="() const " --><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">QPolygonF QwtSpline::points </td> <td class="md" valign="top">( </td> <td class="mdname1" valign="top" nowrap> </td> <td class="md" valign="top"> ) </td> <td class="md" nowrap> const</td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Return points passed by setPoints <p>Definition at line <a class="el" href="qwt__spline_8cpp-source.html#l00164">164</a> of file <a class="el" href="qwt__spline_8cpp-source.html">qwt_spline.cpp</a>. </td> </tr></table><a class="anchor" name="fc52fd49e7f00d57a0336059fae299c0"></a><!-- doxytag: member="QwtSpline::reset" ref="fc52fd49e7f00d57a0336059fae299c0" args="()" --><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">void QwtSpline::reset </td> <td class="md" valign="top">( </td> <td class="mdname1" valign="top" nowrap> </td> <td class="md" valign="top"> ) </td> <td class="md" nowrap></td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Free allocated memory and set size to 0. <p><p>Definition at line <a class="el" href="qwt__spline_8cpp-source.html#l00172">172</a> of file <a class="el" href="qwt__spline_8cpp-source.html">qwt_spline.cpp</a>.<p>References <a class="el" href="qwt__spline_8h-source.html#l00121">d_data</a>. </td> </tr></table><a class="anchor" name="6ed13410b1d5f6b33ba0e3c2b07932cf"></a><!-- doxytag: member="QwtSpline::setPoints" ref="6ed13410b1d5f6b33ba0e3c2b07932cf" args="(const QPolygonF &points)" --><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">bool QwtSpline::setPoints </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">const QPolygonF & </td> <td class="mdname1" valign="top" nowrap> <em>points</em> </td> <td class="md" valign="top"> ) </td> <td class="md" nowrap></td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Determine the function table index corresponding to a value x Calculate the spline coefficients. <p>Depending on the value of <em>periodic</em>, this function will determine the coefficients for a natural or a periodic spline and store them internally.<p><dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td valign="top"></td><td valign="top"><em>x</em> </td><td></td></tr> <tr><td valign="top"></td><td valign="top"><em>y</em> </td><td>points </td></tr> <tr><td valign="top"></td><td valign="top"><em>size</em> </td><td>number of points </td></tr> <tr><td valign="top"></td><td valign="top"><em>periodic</em> </td><td>if true, calculate periodic spline </td></tr> </table></dl><dl compact><dt><b>Returns:</b></dt><dd>true if successful </dd></dl><dl compact><dt><b>Warning:</b></dt><dd>The sequence of x (but not y) values has to be strictly monotone increasing, which means <code>x[0] < x[1] < .... < x[n-1]</code>. If this is not the case, the function will return false </dd></dl><p>Definition at line <a class="el" href="qwt__spline_8cpp-source.html#l00126">126</a> of file <a class="el" href="qwt__spline_8cpp-source.html">qwt_spline.cpp</a>. </td> </tr></table><a class="anchor" name="1f67187eefe2959f0c902532edf64d41"></a><!-- doxytag: member="QwtSpline::value" ref="1f67187eefe2959f0c902532edf64d41" args="(double x) const " --><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">double QwtSpline::value </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">double </td> <td class="mdname1" valign="top" nowrap> <em>x</em> </td> <td class="md" valign="top"> ) </td> <td class="md" nowrap> const</td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Calculate the interpolated function value corresponding to a given argument x. <p>Definition at line <a class="el" href="qwt__spline_8cpp-source.html#l00190">190</a> of file <a class="el" href="qwt__spline_8cpp-source.html">qwt_spline.cpp</a>.<p>References <a class="el" href="qwt__spline_8h-source.html#l00121">d_data</a>. </td> </tr></table><hr size="1"><address style="align: right;"><small>Generated on Mon Feb 26 21:26:04 2007 for Qwt User's Guide by <a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -