QwtPoint3DSeriesData.3 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. .TH "QwtPoint3DSeriesData" 3 "Mon Dec 28 2020" "Version 6.1.6" "Qwt User's Guide" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. QwtPoint3DSeriesData \- Interface for iterating over an array of 3D points\&.
  6. .SH SYNOPSIS
  7. .br
  8. .PP
  9. .PP
  10. \fC#include <qwt_series_data\&.h>\fP
  11. .PP
  12. Inherits \fBQwtArraySeriesData< QwtPoint3D >\fP\&.
  13. .SS "Public Member Functions"
  14. .in +1c
  15. .ti -1c
  16. .RI "\fBQwtPoint3DSeriesData\fP (const QVector< \fBQwtPoint3D\fP > &=QVector< \fBQwtPoint3D\fP >())"
  17. .br
  18. .ti -1c
  19. .RI "virtual QRectF \fBboundingRect\fP () const"
  20. .br
  21. .RI "Calculate the bounding rectangle\&. "
  22. .in -1c
  23. .SS "Additional Inherited Members"
  24. .SH "Detailed Description"
  25. .PP
  26. Interface for iterating over an array of 3D points\&.
  27. .SH "Constructor & Destructor Documentation"
  28. .PP
  29. .SS "QwtPoint3DSeriesData::QwtPoint3DSeriesData (const QVector< \fBQwtPoint3D\fP > & samples = \fCQVector<\fBQwtPoint3D\fP>()\fP)"
  30. Constructor
  31. .PP
  32. \fBParameters\fP
  33. .RS 4
  34. \fIsamples\fP Samples
  35. .RE
  36. .PP
  37. .SH "Member Function Documentation"
  38. .PP
  39. .SS "QRectF QwtPoint3DSeriesData::boundingRect () const\fC [virtual]\fP"
  40. .PP
  41. Calculate the bounding rectangle\&. The bounding rectangle is calculated once by iterating over all points and is stored for all following requests\&.
  42. .PP
  43. \fBReturns\fP
  44. .RS 4
  45. Bounding rectangle
  46. .RE
  47. .PP
  48. .SH "Author"
  49. .PP
  50. Generated automatically by Doxygen for Qwt User's Guide from the source code\&.