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

« back to all changes in this revision

Viewing changes to qwt/doc/man/man3/QwtIntervalData.3

  • Committer: Bazaar Package Importer
  • Author(s): Fathi Boudra
  • Date: 2009-07-01 16:08:21 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090701160821-gog44m4w7x2f4u6o
Tags: 5.2.0-1
* New upstream release.
* Add branch pull patch from svn r544.
* Bump Standards-Version to 3.8.2. No changes needed.
* Update installed manpages.
* Use qwt as base name for directory (drop version).
* Add missing warnings patch.
* Rewrite debian/rules: use dh.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH "QwtIntervalData" 3 "22 Mar 2009" "Qwt User's Guide" \" -*- nroff -*-
 
2
.ad l
 
3
.nh
 
4
.SH NAME
 
5
QwtIntervalData \- Series of samples of a value and an interval.  
 
6
 
 
7
.PP
 
8
.SH SYNOPSIS
 
9
.br
 
10
.PP
 
11
\fC#include <qwt_interval_data.h>\fP
 
12
.PP
 
13
.SS "Public Member Functions"
 
14
 
 
15
.in +1c
 
16
.ti -1c
 
17
.RI "\fBQwtIntervalData\fP ()"
 
18
.br
 
19
.ti -1c
 
20
.RI "\fBQwtIntervalData\fP (const QwtArray< \fBQwtDoubleInterval\fP > &, const QwtArray< double > &)"
 
21
.br
 
22
.ti -1c
 
23
.RI "\fB~QwtIntervalData\fP ()"
 
24
.br
 
25
.ti -1c
 
26
.RI "void \fBsetData\fP (const QwtArray< \fBQwtDoubleInterval\fP > &, const QwtArray< double > &)"
 
27
.br
 
28
.ti -1c
 
29
.RI "size_t \fBsize\fP () const "
 
30
.br
 
31
.ti -1c
 
32
.RI "const \fBQwtDoubleInterval\fP & \fBinterval\fP (size_t i) const "
 
33
.br
 
34
.ti -1c
 
35
.RI "double \fBvalue\fP (size_t i) const "
 
36
.br
 
37
.ti -1c
 
38
.RI "QwtDoubleRect \fBboundingRect\fP () const "
 
39
.br
 
40
.in -1c
 
41
.SH "Detailed Description"
 
42
.PP 
 
43
Series of samples of a value and an interval. 
 
44
 
 
45
\fBQwtIntervalData\fP is a series of samples of a value and an interval. F.e. error bars are built from samples [x, y1-y2], while a histogram might consist of [x1-x2, y] samples. 
 
46
.SH "Constructor & Destructor Documentation"
 
47
.PP 
 
48
.SS "QwtIntervalData::QwtIntervalData ()"
 
49
.PP
 
50
Constructor. 
 
51
.PP
 
52
.SS "QwtIntervalData::QwtIntervalData (const QwtArray< \fBQwtDoubleInterval\fP > & intervals, const QwtArray< double > & values)"
 
53
.PP
 
54
Constructor. 
 
55
.PP
 
56
.SS "QwtIntervalData::~QwtIntervalData ()"
 
57
.PP
 
58
Destructor. 
 
59
.PP
 
60
.SH "Member Function Documentation"
 
61
.PP 
 
62
.SS "QwtDoubleRect QwtIntervalData::boundingRect () const"
 
63
.PP
 
64
Calculate the bounding rectangle of the samples
 
65
.PP
 
66
The x coordinates of the rectangle are built from the intervals, the y coordinates from the values.
 
67
.PP
 
68
\fBReturns:\fP
 
69
.RS 4
 
70
Bounding rectangle 
 
71
.RE
 
72
.PP
 
73
 
 
74
.SS "const \fBQwtDoubleInterval\fP & QwtIntervalData::interval (size_t i) const\fC [inline]\fP"
 
75
.PP
 
76
Interval of a sample
 
77
.PP
 
78
\fBParameters:\fP
 
79
.RS 4
 
80
\fIi\fP Sample index 
 
81
.RE
 
82
.PP
 
83
\fBReturns:\fP
 
84
.RS 4
 
85
Interval 
 
86
.RE
 
87
.PP
 
88
\fBSee also:\fP
 
89
.RS 4
 
90
\fBvalue()\fP, \fBsize()\fP 
 
91
.RE
 
92
.PP
 
93
 
 
94
.SS "void QwtIntervalData::setData (const QwtArray< \fBQwtDoubleInterval\fP > & intervals, const QwtArray< double > & values)"
 
95
.PP
 
96
Assign samples. 
 
97
.PP
 
98
.SS "size_t QwtIntervalData::size () const\fC [inline]\fP"
 
99
.PP
 
100
\fBReturns:\fP
 
101
.RS 4
 
102
Number of samples 
 
103
.RE
 
104
.PP
 
105
 
 
106
.SS "double QwtIntervalData::value (size_t i) const\fC [inline]\fP"
 
107
.PP
 
108
Value of a sample
 
109
.PP
 
110
\fBParameters:\fP
 
111
.RS 4
 
112
\fIi\fP Sample index 
 
113
.RE
 
114
.PP
 
115
\fBReturns:\fP
 
116
.RS 4
 
117
Value 
 
118
.RE
 
119
.PP
 
120
\fBSee also:\fP
 
121
.RS 4
 
122
\fBinterval()\fP, \fBsize()\fP 
 
123
.RE
 
124
.PP
 
125
 
 
126
 
 
127
.SH "Author"
 
128
.PP 
 
129
Generated automatically by Doxygen for Qwt User's Guide from the source code.