#include <AcGeImpInterval.h>
|
| | AcGeImpInterval () |
| |
| | AcGeImpInterval (AcGeImpInterval const &) |
| |
| | AcGeImpInterval (double) |
| |
| | AcGeImpInterval (double, double, double) |
| |
| | AcGeImpInterval (int, double, double) |
| |
| | operator AcGeInterval (void) const |
| |
| AcGeImpInterval & | extend (double) |
| |
| AcGeImpInterval & | merge (AcGeImpInterval const &) |
| |
| AcGeImpInterval & | operator= (AcGeImpInterval const &) |
| |
| AcGeImpInterval & | set (double, double) |
| |
| AcGeImpInterval & | set (int, double) |
| |
| AcGeImpInterval & | set (void) |
| |
| AcGeImpInterval & | setInterval (AcGeInterval *) |
| |
| AcGeImpInterval & | setLower (double) |
| |
| AcGeImpInterval & | setTolerance (double) |
| |
| AcGeImpInterval & | setUpper (double) |
| |
| AcGeInterval * | interval (void) |
| |
| double | element (void) const |
| |
| double | length (void) const |
| |
| double | lowerBound (void) const |
| |
| double | tolerance (void) const |
| |
| double | upperBound (void) const |
| |
| int | contains (AcGeImpInterval const &) const |
| |
| int | contains (double) const |
| |
| int | intersectWith (AcGeImpInterval const &) const |
| |
| int | intersectWith (AcGeImpInterval const &, AcGeImpInterval &) const |
| |
| int | isBounded (void) const |
| |
| int | isBoundedAbove (void) const |
| |
| int | isBoundedBelow (void) const |
| |
| int | isContinuousAtUpper (AcGeImpInterval const &) const |
| |
| int | isDisjoint (AcGeImpInterval const &) const |
| |
| int | isEqualAtLower (AcGeImpInterval const &) const |
| |
| int | isEqualAtLower (double) const |
| |
| int | isEqualAtUpper (AcGeImpInterval const &) const |
| |
| int | isEqualAtUpper (double) const |
| |
| int | isOverlapAtUpper (AcGeImpInterval const &, AcGeImpInterval &) const |
| |
| int | isPeriodicallyOn (double, double &) |
| |
| int | isSingleton (void) const |
| |
| int | isUnBounded (void) const |
| |
| int | operator!= (AcGeImpInterval const &) const |
| |
| int | operator< (AcGeImpInterval const &) const |
| |
| int | operator< (double) const |
| |
| int | operator<= (AcGeImpInterval const &) const |
| |
| int | operator<= (double) const |
| |
| int | operator== (AcGeImpInterval const &) const |
| |
| int | operator> (AcGeImpInterval const &) const |
| |
| int | operator> (double) const |
| |
| int | operator>= (AcGeImpInterval const &) const |
| |
| int | operator>= (double) const |
| |
| int | split (double, AcGeImpInterval &, AcGeImpInterval &) const |
| |
| int | subtract (AcGeImpInterval const &, AcGeImpInterval &, AcGeImpInterval &) const |
| |
| void | getBounds (double &, double &) const |
| |
| void | getMerge (AcGeImpInterval const &, AcGeImpInterval &) const |
| |
Definition at line 21 of file AcGeImpInterval.h.
◆ AcGeImpInterval() [1/5]
| AcGeImpInterval::AcGeImpInterval |
( |
| ) |
|
◆ AcGeImpInterval() [2/5]
◆ AcGeImpInterval() [3/5]
| AcGeImpInterval::AcGeImpInterval |
( |
double | | ) |
|
◆ AcGeImpInterval() [4/5]
◆ AcGeImpInterval() [5/5]
◆ contains() [1/2]
◆ contains() [2/2]
| int AcGeImpInterval::contains |
( |
double | | ) |
const |
◆ element()
◆ extend()
◆ getBounds()
◆ getMerge()
◆ impInterval()
◆ intersectWith() [1/2]
◆ intersectWith() [2/2]
◆ interval()
◆ isBounded()
| int AcGeImpInterval::isBounded |
( |
void | | ) |
const |
◆ isBoundedAbove()
| int AcGeImpInterval::isBoundedAbove |
( |
void | | ) |
const |
◆ isBoundedBelow()
| int AcGeImpInterval::isBoundedBelow |
( |
void | | ) |
const |
◆ isContinuousAtUpper()
◆ isDisjoint()
◆ isEqualAtLower() [1/2]
◆ isEqualAtLower() [2/2]
| int AcGeImpInterval::isEqualAtLower |
( |
double | | ) |
const |
◆ isEqualAtUpper() [1/2]
◆ isEqualAtUpper() [2/2]
| int AcGeImpInterval::isEqualAtUpper |
( |
double | | ) |
const |
◆ isOverlapAtUpper()
◆ isPeriodicallyOn()
◆ isSingleton()
| int AcGeImpInterval::isSingleton |
( |
void | | ) |
const |
◆ isUnBounded()
| int AcGeImpInterval::isUnBounded |
( |
void | | ) |
const |
◆ length()
◆ lowerBound()
◆ merge()
◆ operator AcGeInterval()
◆ operator!=()
◆ operator<() [1/2]
◆ operator<() [2/2]
| int AcGeImpInterval::operator< |
( |
double | | ) |
const |
◆ operator<=() [1/2]
◆ operator<=() [2/2]
| int AcGeImpInterval::operator<= |
( |
double | | ) |
const |
◆ operator=()
◆ operator==()
◆ operator>() [1/2]
◆ operator>() [2/2]
| int AcGeImpInterval::operator> |
( |
double | | ) |
const |
◆ operator>=() [1/2]
◆ operator>=() [2/2]
| int AcGeImpInterval::operator>= |
( |
double | | ) |
const |
◆ set() [1/3]
◆ set() [2/3]
◆ set() [3/3]
◆ setInterval()
◆ setLower()
◆ setTolerance()
◆ setUpper()
◆ split()
◆ subtract()
◆ tolerance()
◆ upperBound()
The documentation for this class was generated from the following file: