QwtPowerTransform.3 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. .TH "QwtPowerTransform" 3 "Mon Dec 28 2020" "Version 6.1.6" "Qwt User's Guide" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. QwtPowerTransform \- A transformation using pow()
  6. .SH SYNOPSIS
  7. .br
  8. .PP
  9. .PP
  10. \fC#include <qwt_transform\&.h>\fP
  11. .PP
  12. Inherits \fBQwtTransform\fP\&.
  13. .SS "Public Member Functions"
  14. .in +1c
  15. .ti -1c
  16. .RI "\fBQwtPowerTransform\fP (double exponent)"
  17. .br
  18. .ti -1c
  19. .RI "virtual \fB~QwtPowerTransform\fP ()"
  20. .br
  21. .RI "Destructor\&. "
  22. .ti -1c
  23. .RI "virtual double \fBtransform\fP (double value) const"
  24. .br
  25. .ti -1c
  26. .RI "virtual double \fBinvTransform\fP (double value) const"
  27. .br
  28. .ti -1c
  29. .RI "virtual \fBQwtTransform\fP * \fBcopy\fP () const"
  30. .br
  31. .in -1c
  32. .SH "Detailed Description"
  33. .PP
  34. A transformation using pow()
  35. \fBQwtPowerTransform\fP preserves the sign of a value\&. F\&.e\&. a transformation with a factor of 2 transforms a value of -3 to -9 and v\&.v\&. Thus \fBQwtPowerTransform\fP can be used for scales including negative values\&.
  36. .SH "Constructor & Destructor Documentation"
  37. .PP
  38. .SS "QwtPowerTransform::QwtPowerTransform (double exponent)"
  39. Constructor
  40. .PP
  41. \fBParameters\fP
  42. .RS 4
  43. \fIexponent\fP Exponent
  44. .RE
  45. .PP
  46. .SH "Member Function Documentation"
  47. .PP
  48. .SS "\fBQwtTransform\fP * QwtPowerTransform::copy () const\fC [virtual]\fP"
  49. .PP
  50. \fBReturns\fP
  51. .RS 4
  52. Clone of the transformation
  53. .RE
  54. .PP
  55. .PP
  56. Implements \fBQwtTransform\fP\&.
  57. .SS "double QwtPowerTransform::invTransform (double value) const\fC [virtual]\fP"
  58. .PP
  59. \fBParameters\fP
  60. .RS 4
  61. \fIvalue\fP Value to be transformed
  62. .RE
  63. .PP
  64. \fBReturns\fP
  65. .RS 4
  66. Inverse exponentiation preserving the sign
  67. .RE
  68. .PP
  69. .PP
  70. Implements \fBQwtTransform\fP\&.
  71. .SS "double QwtPowerTransform::transform (double value) const\fC [virtual]\fP"
  72. .PP
  73. \fBParameters\fP
  74. .RS 4
  75. \fIvalue\fP Value to be transformed
  76. .RE
  77. .PP
  78. \fBReturns\fP
  79. .RS 4
  80. Exponentiation preserving the sign
  81. .RE
  82. .PP
  83. .PP
  84. Implements \fBQwtTransform\fP\&.
  85. .SH "Author"
  86. .PP
  87. Generated automatically by Doxygen for Qwt User's Guide from the source code\&.