~l3on/ubuntu/oneiric/qwt/fix-921430

« back to all changes in this revision

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