Files
qwt/doc/man/man3/QwtPointArrayData.3
2023-10-31 09:22:42 +01:00

145 lines
3.1 KiB
Groff

.TH "QwtPointArrayData< T >" 3 "Sun Jul 18 2021" "Version 6.2.0" "Qwt User's Guide" \" -*- nroff -*-
.ad l
.nh
.SH NAME
QwtPointArrayData< T > \- Interface for iterating over two QVector<T> objects\&.
.SH SYNOPSIS
.br
.PP
.PP
\fC#include <qwt_point_data\&.h>\fP
.PP
Inherits \fBQwtPointSeriesData\fP\&.
.SS "Public Member Functions"
.in +1c
.ti -1c
.RI "\fBQwtPointArrayData\fP (const \fBQVector\fP< T > &x, const \fBQVector\fP< T > &y)"
.br
.ti -1c
.RI "\fBQwtPointArrayData\fP (const T *x, const T *y, size_t \fBsize\fP)"
.br
.ti -1c
.RI "virtual size_t \fBsize\fP () const override"
.br
.ti -1c
.RI "virtual QPointF \fBsample\fP (size_t index) const override"
.br
.ti -1c
.RI "const \fBQVector\fP< T > & \fBxData\fP () const"
.br
.ti -1c
.RI "const \fBQVector\fP< T > & \fByData\fP () const"
.br
.in -1c
.SS "Additional Inherited Members"
.SH "Detailed Description"
.PP
.SS "template<typename T>
.br
class QwtPointArrayData< T >"
Interface for iterating over two QVector<T> objects\&.
.PP
Definition at line 22 of file qwt_point_data\&.h\&.
.SH "Constructor & Destructor Documentation"
.PP
.SS "template<typename T > \fBQwtPointArrayData\fP< T >::\fBQwtPointArrayData\fP (const \fBQVector\fP< T > & x, const \fBQVector\fP< T > & y)"
Constructor
.PP
\fBParameters\fP
.RS 4
\fIx\fP Array of x values
.br
\fIy\fP Array of y values
.RE
.PP
\fBSee also\fP
.RS 4
\fBQwtPlotCurve::setData()\fP, \fBQwtPlotCurve::setSamples()\fP
.RE
.PP
.PP
Definition at line 200 of file qwt_point_data\&.h\&.
.SS "template<typename T > \fBQwtPointArrayData\fP< T >::\fBQwtPointArrayData\fP (const T * x, const T * y, size_t size)"
Constructor
.PP
\fBParameters\fP
.RS 4
\fIx\fP Array of x values
.br
\fIy\fP Array of y values
.br
\fIsize\fP Size of the x and y arrays
.RE
.PP
\fBSee also\fP
.RS 4
\fBQwtPlotCurve::setData()\fP, \fBQwtPlotCurve::setSamples()\fP
.RE
.PP
.PP
Definition at line 216 of file qwt_point_data\&.h\&.
.SH "Member Function Documentation"
.PP
.SS "template<typename T > QPointF \fBQwtPointArrayData\fP< T >::sample (size_t index) const\fC [override]\fP, \fC [virtual]\fP"
Return the sample at position i
.PP
\fBParameters\fP
.RS 4
\fIindex\fP Index
.RE
.PP
\fBReturns\fP
.RS 4
Sample at position i
.RE
.PP
.PP
Reimplemented from \fBQwtArraySeriesData< QPointF >\fP\&.
.PP
Definition at line 239 of file qwt_point_data\&.h\&.
.SS "template<typename T > size_t \fBQwtPointArrayData\fP< T >::size\fC [override]\fP, \fC [virtual]\fP"
.PP
\fBReturns\fP
.RS 4
Size of the data set
.RE
.PP
.PP
Reimplemented from \fBQwtArraySeriesData< QPointF >\fP\&.
.PP
Definition at line 227 of file qwt_point_data\&.h\&.
.SS "template<typename T > const \fBQVector\fP< T > & \fBQwtPointArrayData\fP< T >::xData"
.PP
\fBReturns\fP
.RS 4
Array of the x-values
.RE
.PP
.PP
Definition at line 246 of file qwt_point_data\&.h\&.
.SS "template<typename T > const \fBQVector\fP< T > & \fBQwtPointArrayData\fP< T >::yData"
.PP
\fBReturns\fP
.RS 4
Array of the y-values
.RE
.PP
.PP
Definition at line 253 of file qwt_point_data\&.h\&.
.SH "Author"
.PP
Generated automatically by Doxygen for Qwt User's Guide from the source code\&.