File: QwtInterval.3

package info (click to toggle)
qwt 6.1.2-6
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 23,848 kB
  • ctags: 15,811
  • sloc: cpp: 57,382; makefile: 41
file content (588 lines) | stat: -rw-r--r-- 11,315 bytes parent folder | download
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
.TH "QwtInterval" 3 "Thu Dec 11 2014" "Version 6.1.2" "Qwt User's Guide" \" -*- nroff -*-
.ad l
.nh
.SH NAME
QwtInterval \- 
.PP
A class representing an interval\&.  

.SH SYNOPSIS
.br
.PP
.PP
\fC#include <qwt_interval\&.h>\fP
.SS "Public Types"

.in +1c
.ti -1c
.RI "enum \fBBorderFlag\fP { \fBIncludeBorders\fP = 0x00, \fBExcludeMinimum\fP = 0x01, \fBExcludeMaximum\fP = 0x02, \fBExcludeBorders\fP = ExcludeMinimum | ExcludeMaximum }"
.br
.ti -1c
.RI "typedef QFlags< \fBBorderFlag\fP > \fBBorderFlags\fP"
.br
.RI "\fIBorder flags\&. \fP"
.in -1c
.SS "Public Member Functions"

.in +1c
.ti -1c
.RI "\fBQwtInterval\fP ()"
.br
.RI "\fIDefault Constructor\&. \fP"
.ti -1c
.RI "\fBQwtInterval\fP (double \fBminValue\fP, double \fBmaxValue\fP, \fBBorderFlags\fP=\fBIncludeBorders\fP)"
.br
.ti -1c
.RI "void \fBsetInterval\fP (double \fBminValue\fP, double \fBmaxValue\fP, \fBBorderFlags\fP=\fBIncludeBorders\fP)"
.br
.ti -1c
.RI "\fBQwtInterval\fP \fBnormalized\fP () const "
.br
.RI "\fINormalize the limits of the interval\&. \fP"
.ti -1c
.RI "\fBQwtInterval\fP \fBinverted\fP () const "
.br
.ti -1c
.RI "\fBQwtInterval\fP \fBlimited\fP (double \fBminValue\fP, double \fBmaxValue\fP) const "
.br
.ti -1c
.RI "bool \fBoperator==\fP (const \fBQwtInterval\fP &) const "
.br
.RI "\fICompare two intervals\&. \fP"
.ti -1c
.RI "bool \fBoperator!=\fP (const \fBQwtInterval\fP &) const "
.br
.RI "\fICompare two intervals\&. \fP"
.ti -1c
.RI "void \fBsetBorderFlags\fP (\fBBorderFlags\fP)"
.br
.ti -1c
.RI "\fBBorderFlags\fP \fBborderFlags\fP () const "
.br
.ti -1c
.RI "double \fBminValue\fP () const "
.br
.ti -1c
.RI "double \fBmaxValue\fP () const "
.br
.ti -1c
.RI "double \fBwidth\fP () const "
.br
.RI "\fIReturn the width of an interval\&. \fP"
.ti -1c
.RI "void \fBsetMinValue\fP (double)"
.br
.ti -1c
.RI "void \fBsetMaxValue\fP (double)"
.br
.ti -1c
.RI "bool \fBcontains\fP (double value) const "
.br
.ti -1c
.RI "bool \fBintersects\fP (const \fBQwtInterval\fP &) const "
.br
.RI "\fITest if two intervals overlap\&. \fP"
.ti -1c
.RI "\fBQwtInterval\fP \fBintersect\fP (const \fBQwtInterval\fP &) const "
.br
.RI "\fIIntersect 2 intervals\&. \fP"
.ti -1c
.RI "\fBQwtInterval\fP \fBunite\fP (const \fBQwtInterval\fP &) const "
.br
.RI "\fIUnite 2 intervals\&. \fP"
.ti -1c
.RI "\fBQwtInterval\fP \fBoperator|\fP (const \fBQwtInterval\fP &) const "
.br
.ti -1c
.RI "\fBQwtInterval\fP \fBoperator&\fP (const \fBQwtInterval\fP &) const "
.br
.RI "\fIIntersection of two intervals\&. \fP"
.ti -1c
.RI "\fBQwtInterval\fP & \fBoperator|=\fP (const \fBQwtInterval\fP &)"
.br
.RI "\fIUnite this interval with the given interval\&. \fP"
.ti -1c
.RI "\fBQwtInterval\fP & \fBoperator&=\fP (const \fBQwtInterval\fP &)"
.br
.RI "\fIIntersect this interval with the given interval\&. \fP"
.ti -1c
.RI "\fBQwtInterval\fP \fBextend\fP (double value) const "
.br
.RI "\fIExtend the interval\&. \fP"
.ti -1c
.RI "\fBQwtInterval\fP \fBoperator|\fP (double) const "
.br
.ti -1c
.RI "\fBQwtInterval\fP & \fBoperator|=\fP (double)"
.br
.ti -1c
.RI "bool \fBisValid\fP () const "
.br
.ti -1c
.RI "bool \fBisNull\fP () const "
.br
.ti -1c
.RI "void \fBinvalidate\fP ()"
.br
.ti -1c
.RI "\fBQwtInterval\fP \fBsymmetrize\fP (double value) const "
.br
.in -1c
.SH "Detailed Description"
.PP 
A class representing an interval\&. 

The interval is represented by 2 doubles, the lower and the upper limit\&. 
.SH "Member Enumeration Documentation"
.PP 
.SS "enum \fBQwtInterval::BorderFlag\fP"
Flag indicating if a border is included or excluded 
.PP
\fBSee Also:\fP
.RS 4
\fBsetBorderFlags()\fP, \fBborderFlags()\fP 
.RE
.PP

.PP
\fBEnumerator\fP
.in +1c
.TP
\fB\fIIncludeBorders \fP\fP
Min/Max values are inside the interval\&. 
.TP
\fB\fIExcludeMinimum \fP\fP
Min value is not included in the interval\&. 
.TP
\fB\fIExcludeMaximum \fP\fP
Max value is not included in the interval\&. 
.TP
\fB\fIExcludeBorders \fP\fP
Min/Max values are not included in the interval\&. 
.SH "Constructor & Destructor Documentation"
.PP 
.SS "QwtInterval::QwtInterval ()\fC [inline]\fP"

.PP
Default Constructor\&. Creates an invalid interval [0\&.0, -1\&.0] 
.PP
\fBSee Also:\fP
.RS 4
\fBsetInterval()\fP, \fBisValid()\fP 
.RE
.PP

.SS "QwtInterval::QwtInterval (doubleminValue, doublemaxValue, \fBBorderFlags\fPborderFlags = \fC\fBIncludeBorders\fP\fP)\fC [inline]\fP"
Constructor
.PP
Build an interval with from min/max values
.PP
\fBParameters:\fP
.RS 4
\fIminValue\fP Minimum value 
.br
\fImaxValue\fP Maximum value 
.br
\fIborderFlags\fP Include/Exclude borders 
.RE
.PP

.SH "Member Function Documentation"
.PP 
.SS "\fBQwtInterval::BorderFlags\fP QwtInterval::borderFlags () const\fC [inline]\fP"

.PP
\fBReturns:\fP
.RS 4
Border flags 
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBsetBorderFlags()\fP 
.RE
.PP

.SS "bool QwtInterval::contains (doublevalue) const"
Test if a value is inside an interval
.PP
\fBParameters:\fP
.RS 4
\fIvalue\fP Value 
.RE
.PP
\fBReturns:\fP
.RS 4
true, if value >= \fBminValue()\fP && value <= \fBmaxValue()\fP 
.RE
.PP

.SS "\fBQwtInterval\fP QwtInterval::extend (doublevalue) const"

.PP
Extend the interval\&. If value is below \fBminValue()\fP, value becomes the lower limit\&. If value is above \fBmaxValue()\fP, value becomes the upper limit\&.
.PP
\fBextend()\fP has no effect for invalid intervals
.PP
\fBParameters:\fP
.RS 4
\fIvalue\fP Value 
.RE
.PP
\fBReturns:\fP
.RS 4
extended interval
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBisValid()\fP 
.RE
.PP

.SS "\fBQwtInterval\fP QwtInterval::intersect (const \fBQwtInterval\fP &other) const"

.PP
Intersect 2 intervals\&. 
.PP
\fBParameters:\fP
.RS 4
\fIother\fP Interval to be intersect with 
.RE
.PP
\fBReturns:\fP
.RS 4
Intersection 
.RE
.PP

.SS "bool QwtInterval::intersects (const \fBQwtInterval\fP &other) const"

.PP
Test if two intervals overlap\&. 
.PP
\fBParameters:\fP
.RS 4
\fIother\fP Interval 
.RE
.PP
\fBReturns:\fP
.RS 4
True, when the intervals are intersecting 
.RE
.PP

.SS "void QwtInterval::invalidate ()\fC [inline]\fP"
Invalidate the interval
.PP
The limits are set to interval [0\&.0, -1\&.0] 
.PP
\fBSee Also:\fP
.RS 4
\fBisValid()\fP 
.RE
.PP

.SS "\fBQwtInterval\fP QwtInterval::inverted () const"
Invert the limits of the interval 
.PP
\fBReturns:\fP
.RS 4
Inverted interval 
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBnormalized()\fP 
.RE
.PP

.SS "bool QwtInterval::isNull () const\fC [inline]\fP"

.PP
\fBReturns:\fP
.RS 4
true, if \fBisValid()\fP && (\fBminValue()\fP >= \fBmaxValue()\fP) 
.RE
.PP

.SS "bool QwtInterval::isValid () const\fC [inline]\fP"
A interval is valid when \fBminValue()\fP <= \fBmaxValue()\fP\&. In case of \fBQwtInterval::ExcludeBorders\fP it is true when \fBminValue()\fP < \fBmaxValue()\fP
.PP
\fBReturns:\fP
.RS 4
True, when the interval is valid 
.RE
.PP

.SS "\fBQwtInterval\fP QwtInterval::limited (doublelowerBound, doubleupperBound) const"
Limit the interval, keeping the border modes
.PP
\fBParameters:\fP
.RS 4
\fIlowerBound\fP Lower limit 
.br
\fIupperBound\fP Upper limit
.RE
.PP
\fBReturns:\fP
.RS 4
Limited interval 
.RE
.PP

.SS "double QwtInterval::maxValue () const\fC [inline]\fP"

.PP
\fBReturns:\fP
.RS 4
Upper limit of the interval 
.RE
.PP

.SS "double QwtInterval::minValue () const\fC [inline]\fP"

.PP
\fBReturns:\fP
.RS 4
Lower limit of the interval 
.RE
.PP

.SS "\fBQwtInterval\fP QwtInterval::normalized () const"

.PP
Normalize the limits of the interval\&. If \fBmaxValue()\fP < \fBminValue()\fP the limits will be inverted\&. 
.PP
\fBReturns:\fP
.RS 4
Normalized interval
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBisValid()\fP, \fBinverted()\fP 
.RE
.PP

.SS "bool QwtInterval::operator!= (const \fBQwtInterval\fP &other) const\fC [inline]\fP"

.PP
Compare two intervals\&. 
.PP
\fBParameters:\fP
.RS 4
\fIother\fP Interval to compare with 
.RE
.PP
\fBReturns:\fP
.RS 4
True, when this and other are not equal 
.RE
.PP

.SS "\fBQwtInterval\fP QwtInterval::operator& (const \fBQwtInterval\fP &other) const\fC [inline]\fP"

.PP
Intersection of two intervals\&. 
.PP
\fBParameters:\fP
.RS 4
\fIother\fP Interval to intersect with 
.RE
.PP
\fBReturns:\fP
.RS 4
Intersection of this and other
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBintersect()\fP 
.RE
.PP

.SS "\fBQwtInterval\fP & QwtInterval::operator&= (const \fBQwtInterval\fP &other)"

.PP
Intersect this interval with the given interval\&. 
.PP
\fBParameters:\fP
.RS 4
\fIother\fP Interval to be intersected with 
.RE
.PP
\fBReturns:\fP
.RS 4
This interval 
.RE
.PP

.SS "bool QwtInterval::operator== (const \fBQwtInterval\fP &other) const\fC [inline]\fP"

.PP
Compare two intervals\&. 
.PP
\fBParameters:\fP
.RS 4
\fIother\fP Interval to compare with 
.RE
.PP
\fBReturns:\fP
.RS 4
True, when this and other are equal 
.RE
.PP

.SS "\fBQwtInterval\fP QwtInterval::operator| (const \fBQwtInterval\fP &other) const\fC [inline]\fP"
Union of two intervals
.PP
\fBParameters:\fP
.RS 4
\fIother\fP Interval to unite with 
.RE
.PP
\fBReturns:\fP
.RS 4
Union of this and other
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBunite()\fP 
.RE
.PP

.SS "\fBQwtInterval\fP QwtInterval::operator| (doublevalue) const\fC [inline]\fP"
Extend an interval
.PP
\fBParameters:\fP
.RS 4
\fIvalue\fP Value 
.RE
.PP
\fBReturns:\fP
.RS 4
Extended interval 
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBextend()\fP 
.RE
.PP

.SS "\fBQwtInterval\fP & QwtInterval::operator|= (const \fBQwtInterval\fP &other)"

.PP
Unite this interval with the given interval\&. 
.PP
\fBParameters:\fP
.RS 4
\fIother\fP Interval to be united with 
.RE
.PP
\fBReturns:\fP
.RS 4
This interval 
.RE
.PP

.SS "\fBQwtInterval\fP & QwtInterval::operator|= (doublevalue)"
Extend an interval
.PP
\fBParameters:\fP
.RS 4
\fIvalue\fP Value 
.RE
.PP
\fBReturns:\fP
.RS 4
Reference of the extended interval
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBextend()\fP 
.RE
.PP

.SS "void QwtInterval::setBorderFlags (\fBBorderFlags\fPborderFlags)\fC [inline]\fP"
Change the border flags
.PP
\fBParameters:\fP
.RS 4
\fIborderFlags\fP Or'd BorderMode flags 
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBborderFlags()\fP 
.RE
.PP

.SS "void QwtInterval::setInterval (doubleminValue, doublemaxValue, \fBBorderFlags\fPborderFlags = \fC\fBIncludeBorders\fP\fP)\fC [inline]\fP"
Assign the limits of the interval
.PP
\fBParameters:\fP
.RS 4
\fIminValue\fP Minimum value 
.br
\fImaxValue\fP Maximum value 
.br
\fIborderFlags\fP Include/Exclude borders 
.RE
.PP

.SS "void QwtInterval::setMaxValue (doublemaxValue)\fC [inline]\fP"
Assign the upper limit of the interval
.PP
\fBParameters:\fP
.RS 4
\fImaxValue\fP Maximum value 
.RE
.PP

.SS "void QwtInterval::setMinValue (doubleminValue)\fC [inline]\fP"
Assign the lower limit of the interval
.PP
\fBParameters:\fP
.RS 4
\fIminValue\fP Minimum value 
.RE
.PP

.SS "\fBQwtInterval\fP QwtInterval::symmetrize (doublevalue) const"
Adjust the limit that is closer to value, so that value becomes the center of the interval\&.
.PP
\fBParameters:\fP
.RS 4
\fIvalue\fP Center 
.RE
.PP
\fBReturns:\fP
.RS 4
Interval with value as center 
.RE
.PP

.SS "double QwtInterval::width () const\fC [inline]\fP"

.PP
Return the width of an interval\&. The width of invalid intervals is 0\&.0, otherwise the result is \fBmaxValue()\fP - \fBminValue()\fP\&.
.PP
\fBReturns:\fP
.RS 4
Interval width 
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBisValid()\fP 
.RE
.PP


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