QwtPolarFitter.3 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. .TH "QwtPolarFitter" 3 "Fri Sep 19 2014" "Version 1.1.1" "Qwt Polar User's Guide" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. QwtPolarFitter \-
  6. .PP
  7. A simple curve fitter for polar points\&.
  8. .SH SYNOPSIS
  9. .br
  10. .PP
  11. .PP
  12. \fC#include <qwt_polar_fitter\&.h>\fP
  13. .PP
  14. Inherits QwtCurveFitter\&.
  15. .SS "Public Member Functions"
  16. .in +1c
  17. .ti -1c
  18. .RI "\fBQwtPolarFitter\fP (int \fBstepCount\fP=5)"
  19. .br
  20. .ti -1c
  21. .RI "virtual \fB~QwtPolarFitter\fP ()"
  22. .br
  23. .RI "\fIDestructor\&. \fP"
  24. .ti -1c
  25. .RI "void \fBsetStepCount\fP (int size)"
  26. .br
  27. .ti -1c
  28. .RI "int \fBstepCount\fP () const "
  29. .br
  30. .ti -1c
  31. .RI "virtual QPolygonF \fBfitCurve\fP (const QPolygonF &) const "
  32. .br
  33. .in -1c
  34. .SH "Detailed Description"
  35. .PP
  36. A simple curve fitter for polar points\&.
  37. \fBQwtPolarFitter\fP adds equidistant points between 2 curve points, so that the connection gets rounded according to the nature of a polar plot\&.
  38. .PP
  39. \fBSee Also:\fP
  40. .RS 4
  41. \fBQwtPolarCurve::setCurveFitter()\fP
  42. .RE
  43. .PP
  44. .SH "Constructor & Destructor Documentation"
  45. .PP
  46. .SS "QwtPolarFitter::QwtPolarFitter (intstepCount = \fC5\fP)"
  47. Constructor
  48. .PP
  49. \fBParameters:\fP
  50. .RS 4
  51. \fIstepCount\fP Number of points, that will be inserted between 2 points
  52. .RE
  53. .PP
  54. \fBSee Also:\fP
  55. .RS 4
  56. \fBsetStepCount()\fP
  57. .RE
  58. .PP
  59. .SH "Member Function Documentation"
  60. .PP
  61. .SS "QPolygonF QwtPolarFitter::fitCurve (const QPolygonF &points) const\fC [virtual]\fP"
  62. Insert \fBstepCount()\fP number of additional points between 2 elements of points\&.
  63. .PP
  64. \fBParameters:\fP
  65. .RS 4
  66. \fIpoints\fP Array of points
  67. .RE
  68. .PP
  69. \fBReturns:\fP
  70. .RS 4
  71. Array of points including the additional points
  72. .RE
  73. .PP
  74. .SS "void QwtPolarFitter::setStepCount (intstepCount)"
  75. Assign the number of points, that will be inserted between 2 points The default value is 5\&.
  76. .PP
  77. \fBParameters:\fP
  78. .RS 4
  79. \fIstepCount\fP Number of steps
  80. .RE
  81. .PP
  82. \fBSee Also:\fP
  83. .RS 4
  84. \fBstepCount()\fP
  85. .RE
  86. .PP
  87. .SS "int QwtPolarFitter::stepCount () const"
  88. .PP
  89. \fBReturns:\fP
  90. .RS 4
  91. Number of points, that will be inserted between 2 points
  92. .RE
  93. .PP
  94. \fBSee Also:\fP
  95. .RS 4
  96. \fBsetStepCount()\fP
  97. .RE
  98. .PP
  99. .SH "Author"
  100. .PP
  101. Generated automatically by Doxygen for Qwt Polar User's Guide from the source code\&.