~ubuntu-branches/ubuntu/oneiric/qwt/oneiric-proposed

« back to all changes in this revision

Viewing changes to qwt-5.0.1/doc/man/man3/QwtArrayData.3

  • Committer: Bazaar Package Importer
  • Author(s): Fathi Boudra
  • Date: 2007-10-05 15:20:41 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20071005152041-qmybqh4fj9jejyo2
Tags: 5.0.2-2
* Handle nostrip build option. (Closes: #437877)
* Build libqwt5-doc package in binary-indep target. (Closes: #443110)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH "QwtArrayData" 3 "26 Feb 2007" "Version 5.0.1" "Qwt User's Guide" \" -*- nroff -*-
2
 
.ad l
3
 
.nh
4
 
.SH NAME
5
 
QwtArrayData \- 
6
 
.SH SYNOPSIS
7
 
.br
8
 
.PP
9
 
Inherits \fBQwtData\fP.
10
 
.PP
11
 
.SH "Detailed Description"
12
 
.PP 
13
 
Data class containing two QwtArray<double> objects. 
14
 
.PP
15
 
Definition at line 119 of file qwt_data.h.
16
 
.SS "Public Member Functions"
17
 
 
18
 
.in +1c
19
 
.ti -1c
20
 
.RI "\fBQwtArrayData\fP (const QwtArray< double > &x, const QwtArray< double > &y)"
21
 
.br
22
 
.ti -1c
23
 
.RI "\fBQwtArrayData\fP (const double *x, const double *y, size_t size)"
24
 
.br
25
 
.ti -1c
26
 
.RI "\fBQwtArrayData\fP & \fBoperator=\fP (const \fBQwtArrayData\fP &)"
27
 
.br
28
 
.ti -1c
29
 
.RI "virtual \fBQwtData\fP * \fBcopy\fP () const "
30
 
.br
31
 
.ti -1c
32
 
.RI "virtual size_t \fBsize\fP () const "
33
 
.br
34
 
.ti -1c
35
 
.RI "virtual double \fBx\fP (size_t i) const "
36
 
.br
37
 
.ti -1c
38
 
.RI "virtual double \fBy\fP (size_t i) const "
39
 
.br
40
 
.ti -1c
41
 
.RI "const QwtArray< double > & \fBxData\fP () const "
42
 
.br
43
 
.ti -1c
44
 
.RI "const QwtArray< double > & \fByData\fP () const "
45
 
.br
46
 
.ti -1c
47
 
.RI "virtual QwtDoubleRect \fBboundingRect\fP () const "
48
 
.br
49
 
.in -1c
50
 
.SH "Constructor & Destructor Documentation"
51
 
.PP 
52
 
.SS "QwtArrayData::QwtArrayData (const QwtArray< double > & x, const QwtArray< double > & y)"
53
 
.PP
54
 
Constructor
55
 
.PP
56
 
\fBParameters:\fP
57
 
.RS 4
58
 
\fIx\fP Array of x values 
59
 
.br
60
 
\fIy\fP Array of y values
61
 
.RE
62
 
.PP
63
 
\fBSee also:\fP
64
 
.RS 4
65
 
\fBQwtPlotCurve::setData\fP 
66
 
.RE
67
 
.PP
68
 
 
69
 
.PP
70
 
Definition at line 141 of file qwt_data.cpp.
71
 
.PP
72
 
Referenced by copy().
73
 
.SS "QwtArrayData::QwtArrayData (const double * x, const double * y, size_t size)"
74
 
.PP
75
 
Constructor
76
 
.PP
77
 
\fBParameters:\fP
78
 
.RS 4
79
 
\fIx\fP Array of x values 
80
 
.br
81
 
\fIy\fP Array of y values 
82
 
.br
83
 
\fIsize\fP Size of the x and y arrays 
84
 
.RE
85
 
.PP
86
 
\fBSee also:\fP
87
 
.RS 4
88
 
\fBQwtPlotCurve::setData\fP 
89
 
.RE
90
 
.PP
91
 
 
92
 
.PP
93
 
Definition at line 156 of file qwt_data.cpp.
94
 
.SH "Member Function Documentation"
95
 
.PP 
96
 
.SS "QwtDoubleRect QwtArrayData::boundingRect () const\fC [virtual]\fP"
97
 
.PP
98
 
Returns the bounding rectangle of the data. If there is no bounding rect, like for empty data the rectangle is invalid: QwtDoubleRect::isValid() == false 
99
 
.PP
100
 
Reimplemented from \fBQwtData\fP.
101
 
.PP
102
 
Definition at line 237 of file qwt_data.cpp.
103
 
.PP
104
 
References size().
105
 
.SS "\fBQwtData\fP * QwtArrayData::copy () const\fC [virtual]\fP"
106
 
.PP
107
 
\fBReturns:\fP
108
 
.RS 4
109
 
Pointer to a copy (virtual copy constructor) 
110
 
.RE
111
 
.PP
112
 
 
113
 
.PP
114
 
Implements \fBQwtData\fP.
115
 
.PP
116
 
Definition at line 227 of file qwt_data.cpp.
117
 
.PP
118
 
References QwtArrayData().
119
 
.SS "\fBQwtArrayData\fP & QwtArrayData::operator= (const \fBQwtArrayData\fP &)"
120
 
.PP
121
 
Assignment. 
122
 
.PP
123
 
Definition at line 174 of file qwt_data.cpp.
124
 
.PP
125
 
References d_x, and d_y.
126
 
.SS "size_t QwtArrayData::size () const\fC [virtual]\fP"
127
 
.PP
128
 
\fBReturns:\fP
129
 
.RS 4
130
 
Size of the data set 
131
 
.RE
132
 
.PP
133
 
 
134
 
.PP
135
 
Implements \fBQwtData\fP.
136
 
.PP
137
 
Definition at line 185 of file qwt_data.cpp.
138
 
.PP
139
 
Referenced by boundingRect().
140
 
.SS "double QwtArrayData::x (size_t i) const\fC [virtual]\fP"
141
 
.PP
142
 
Return the x value of data point i
143
 
.PP
144
 
\fBParameters:\fP
145
 
.RS 4
146
 
\fIi\fP Index 
147
 
.RE
148
 
.PP
149
 
\fBReturns:\fP
150
 
.RS 4
151
 
x X value of data point i 
152
 
.RE
153
 
.PP
154
 
 
155
 
.PP
156
 
Implements \fBQwtData\fP.
157
 
.PP
158
 
Definition at line 196 of file qwt_data.cpp.
159
 
.SS "const QwtArray< double > & QwtArrayData::xData () const"
160
 
.PP
161
 
\fBReturns:\fP
162
 
.RS 4
163
 
Array of the x-values 
164
 
.RE
165
 
.PP
166
 
 
167
 
.PP
168
 
Definition at line 213 of file qwt_data.cpp.
169
 
.SS "double QwtArrayData::y (size_t i) const\fC [virtual]\fP"
170
 
.PP
171
 
Return the y value of data point i
172
 
.PP
173
 
\fBParameters:\fP
174
 
.RS 4
175
 
\fIi\fP Index 
176
 
.RE
177
 
.PP
178
 
\fBReturns:\fP
179
 
.RS 4
180
 
y Y value of data point i 
181
 
.RE
182
 
.PP
183
 
 
184
 
.PP
185
 
Implements \fBQwtData\fP.
186
 
.PP
187
 
Definition at line 207 of file qwt_data.cpp.
188
 
.SS "const QwtArray< double > & QwtArrayData::yData () const"
189
 
.PP
190
 
\fBReturns:\fP
191
 
.RS 4
192
 
Array of the y-values 
193
 
.RE
194
 
.PP
195
 
 
196
 
.PP
197
 
Definition at line 219 of file qwt_data.cpp.
198
 
 
199
 
.SH "Author"
200
 
.PP 
201
 
Generated automatically by Doxygen for Qwt User's Guide from the source code.