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

« back to all changes in this revision

Viewing changes to qwt-5.0.2/doc/man/man3/QwtScaleArithmetic.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 "QwtScaleArithmetic" 3 "11 Jun 2007" "Version 5.0.2" "Qwt User's Guide" \" -*- nroff -*-
 
2
.ad l
 
3
.nh
 
4
.SH NAME
 
5
QwtScaleArithmetic \- 
 
6
.SH SYNOPSIS
 
7
.br
 
8
.PP
 
9
.SH "Detailed Description"
 
10
.PP 
 
11
Arithmetic including a tolerance. 
 
12
.PP
 
13
Definition at line 22 of file qwt_scale_engine.h.
 
14
.SS "Static Public Member Functions"
 
15
 
 
16
.in +1c
 
17
.ti -1c
 
18
.RI "static int \fBcompareEps\fP (double value1, double value2, double intervalSize)"
 
19
.br
 
20
.ti -1c
 
21
.RI "static double \fBceilEps\fP (double value, double intervalSize)"
 
22
.br
 
23
.ti -1c
 
24
.RI "static double \fBfloorEps\fP (double value, double intervalSize)"
 
25
.br
 
26
.ti -1c
 
27
.RI "static double \fBdivideEps\fP (double interval, double steps)"
 
28
.br
 
29
.ti -1c
 
30
.RI "static double \fBceil125\fP (double x)"
 
31
.br
 
32
.ti -1c
 
33
.RI "static double \fBfloor125\fP (double x)"
 
34
.br
 
35
.in -1c
 
36
.SH "Member Function Documentation"
 
37
.PP 
 
38
.SS "double QwtScaleArithmetic::ceil125 (double x)\fC [static]\fP"
 
39
.PP
 
40
Find the smallest value out of {1,2,5}*10^n with an integer number n which is greater than or equal to x
 
41
.PP
 
42
\fBParameters:\fP
 
43
.RS 4
 
44
\fIx\fP Input value 
 
45
.RE
 
46
.PP
 
47
 
 
48
.PP
 
49
Definition at line 98 of file qwt_scale_engine.cpp.
 
50
.PP
 
51
Referenced by QwtScaleEngine::divideInterval().
 
52
.SS "double QwtScaleArithmetic::ceilEps (double value, double intervalSize)\fC [static]\fP"
 
53
.PP
 
54
Ceil a value, relative to an interval
 
55
.PP
 
56
\fBParameters:\fP
 
57
.RS 4
 
58
\fIvalue\fP Value to ceil 
 
59
.br
 
60
\fIintervalSize\fP Interval size
 
61
.RE
 
62
.PP
 
63
\fBSee also:\fP
 
64
.RS 4
 
65
\fBfloorEps\fP 
 
66
.RE
 
67
.PP
 
68
 
 
69
.PP
 
70
Definition at line 50 of file qwt_scale_engine.cpp.
 
71
.PP
 
72
Referenced by QwtLinearScaleEngine::align().
 
73
.SS "int QwtScaleArithmetic::compareEps (double value1, double value2, double intervalSize)\fC [static]\fP"
 
74
.PP
 
75
Compare 2 values, relative to an interval. 
 
76
.PP
 
77
Values are 'equal', when : $\cdot value2 - value1 <= abs(intervalSize * 10e^{-6})$
 
78
.PP
 
79
\fBParameters:\fP
 
80
.RS 4
 
81
\fIvalue1\fP First value to compare 
 
82
.br
 
83
\fIvalue2\fP Second value to compare 
 
84
.br
 
85
\fIintervalSize\fP interval size
 
86
.RE
 
87
.PP
 
88
\fBReturns:\fP
 
89
.RS 4
 
90
0: if equal, -1: if value2 > value1, 1: if value1 > value2 
 
91
.RE
 
92
.PP
 
93
 
 
94
.PP
 
95
Definition at line 28 of file qwt_scale_engine.cpp.
 
96
.PP
 
97
Referenced by QwtScaleEngine::contains().
 
98
.SS "double QwtScaleArithmetic::floor125 (double x)\fC [static]\fP"
 
99
.PP
 
100
Find the largest value out of {1,2,5}*10^n with an integer number n which is smaller than or equal to x. 
 
101
.PP
 
102
\fBParameters:\fP
 
103
.RS 4
 
104
\fIx\fP Input value 
 
105
.RE
 
106
.PP
 
107
 
 
108
.PP
 
109
Definition at line 126 of file qwt_scale_engine.cpp.
 
110
.SS "double QwtScaleArithmetic::floorEps (double value, double intervalSize)\fC [static]\fP"
 
111
.PP
 
112
Floor a value, relative to an interval
 
113
.PP
 
114
\fBParameters:\fP
 
115
.RS 4
 
116
\fIvalue\fP Value to floor 
 
117
.br
 
118
\fIintervalSize\fP Interval size
 
119
.RE
 
120
.PP
 
121
\fBSee also:\fP
 
122
.RS 4
 
123
\fBfloorEps\fP 
 
124
.RE
 
125
.PP
 
126
 
 
127
.PP
 
128
Definition at line 67 of file qwt_scale_engine.cpp.
 
129
.PP
 
130
Referenced by QwtLinearScaleEngine::align().
 
131
 
 
132
.SH "Author"
 
133
.PP 
 
134
Generated automatically by Doxygen for Qwt User's Guide from the source code.