FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
Interval1d.h
Go to the documentation of this file.
1//
2// (C) Copyright 2005-2024 by Graebert GmbH.
3//
4// Permission to use, copy, modify, and distribute this software in
5// object code form for any purpose and without fee is hereby granted,
6// provided that the above copyright notice appears in all copies and
7// that both that copyright notice and the limited warranty and
8// restricted rights notice below appear in all supporting
9// documentation.
10//
11// GRAEBERT PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
12// GRAEBERT SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
13// MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. GRAEBERT GMBH
14// DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
15// UNINTERRUPTED OR ERROR FREE.
16
17#pragma once
18
20{
21public:
22 static Interval1d const kNull;
23
24public:
25 Interval1d(double) ;
26 Interval1d(double,double) ;
27 Interval1d(double,double,int) ;
28 Interval1d(void) ;
29 Interval1d( const Interval1d& ) {};
30 bool isNull(void)const ;
31 bool operator&&( Interval1d)const ;
32 bool operator&&(double)const ;
33 bool operator<=( Interval1d)const ;
38 double length(void)const ;
39 double mid(void)const ;
40 void enlarge(double) ;
41 void init(void) ;
44 void operator+=(double) ;
45
46};
bool operator&&(Interval1d) const
static Interval1d const kNull
Definition Interval1d.h:22
Interval1d(double, double)
void init(void)
Interval1d(const Interval1d &)
Definition Interval1d.h:29
void enlarge(double)
Interval1d operator+(Interval1d) const
Interval1d(double)
double mid(void) const
void operator+=(double)
bool operator&&(double) const
bool isNull(void) const
Interval1d(double, double, int)
Interval1d & operator=(Interval1d const &)
Interval1d & operator=(Interval1d &&)
Interval1d(void)
Interval1d operator*(Interval1d) const
void operator*=(Interval1d)
double length(void) const
bool operator<=(Interval1d) const
void operator+=(Interval1d)