File: QwtSetSample.3

package info (click to toggle)
qwt 6.1.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 23,808 kB
  • sloc: cpp: 57,687; xml: 182; makefile: 32
file content (77 lines) | stat: -rw-r--r-- 1,569 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
.TH "QwtSetSample" 3 "Wed Jan 2 2019" "Version 6.1.4" "Qwt User's Guide" \" -*- nroff -*-
.ad l
.nh
.SH NAME
QwtSetSample \- A sample of the types (x1\&.\&.\&.xn, y) or (x, y1\&.\&.yn)  

.SH SYNOPSIS
.br
.PP
.PP
\fC#include <qwt_samples\&.h>\fP
.SS "Public Member Functions"

.in +1c
.ti -1c
.RI "\fBQwtSetSample\fP ()"
.br
.ti -1c
.RI "\fBQwtSetSample\fP (double, const QVector< double > &=QVector< double >())"
.br
.ti -1c
.RI "bool \fBoperator==\fP (const \fBQwtSetSample\fP &other) const"
.br
.RI "Compare operator\&. "
.ti -1c
.RI "bool \fBoperator!=\fP (const \fBQwtSetSample\fP &other) const"
.br
.RI "Compare operator\&. "
.ti -1c
.RI "double \fBadded\fP () const"
.br
.in -1c
.SS "Public Attributes"

.in +1c
.ti -1c
.RI "double \fBvalue\fP"
.br
.RI "value "
.ti -1c
.RI "QVector< double > \fBset\fP"
.br
.RI "Vector of values associated to value\&. "
.in -1c
.SH "Detailed Description"
.PP 
A sample of the types (x1\&.\&.\&.xn, y) or (x, y1\&.\&.yn) 
.SH "Constructor & Destructor Documentation"
.PP 
.SS "QwtSetSample::QwtSetSample ()\fC [inline]\fP"
Constructor The value is set to 0\&.0 
.SS "QwtSetSample::QwtSetSample (double v, const QVector< double > & s = \fCQVector<double>()\fP)\fC [inline]\fP"
Constructor
.PP
\fBParameters:\fP
.RS 4
\fIv\fP Value 
.br
\fIs\fP Set of values 
.RE
.PP

.SH "Member Function Documentation"
.PP 
.SS "double QwtSetSample::added () const\fC [inline]\fP"

.PP
\fBReturns:\fP
.RS 4
All values of the set added 
.RE
.PP


.SH "Author"
.PP 
Generated automatically by Doxygen for Qwt User's Guide from the source code\&.