CFx SDK Documentation 2024 SP0
|
This is the complete list of members for OdGeInterval, including all inherited members.
clamp(double value) const | OdGeInterval | inline |
contains(const OdGeInterval &otherInterval) const | OdGeInterval | |
contains(double value) const | OdGeInterval | inline |
element() const | OdGeInterval | |
eval(double ratio) const | OdGeInterval | inline |
finiteIntersectWith(const OdGeInterval &range, OdGeInterval &result) const | OdGeInterval | |
getBounds(double &lower, double &upper) const | OdGeInterval | inline |
getEnd(int index) const | OdGeInterval | inline |
getMerge(const OdGeInterval &otherInterval, OdGeInterval &result) const | OdGeInterval | |
intersectWith(const OdGeInterval &otherInterval, OdGeInterval &result) const | OdGeInterval | |
isBounded() const | OdGeInterval | inline |
isBoundedAbove() const | OdGeInterval | inline |
isBoundedBelow() const | OdGeInterval | inline |
isContinuousAtUpper(const OdGeInterval &otherInterval) const | OdGeInterval | |
isDisjoint(const OdGeInterval &otherInterval) const | OdGeInterval | |
isEqualAtLower(const OdGeInterval &otherInterval) const | OdGeInterval | |
isEqualAtLower(double value) const | OdGeInterval | |
isEqualAtUpper(const OdGeInterval &otherInterval) const | OdGeInterval | |
isEqualAtUpper(double value) const | OdGeInterval | |
isOverlapAtUpper(const OdGeInterval &otherInterval, OdGeInterval &overlap) const | OdGeInterval | |
isPeriodicallyOn(double period, double &value) | OdGeInterval | |
isSingleton() const | OdGeInterval | |
isUnBounded() const | OdGeInterval | inline |
length() const | OdGeInterval | inline |
lowerBound() const | OdGeInterval | inline |
middle() const | OdGeInterval | inline |
OdGeInterval(double tol=1.e-12) | OdGeInterval | inline |
OdGeInterval(double lower, double upper, double tol=1.e-12) | OdGeInterval | inline |
OdGeInterval(bool boundedBelow, double bound, double tol=1.e-12) | OdGeInterval | |
operator!=(const OdGeInterval &otherInterval) const | OdGeInterval | |
operator< | OdGeInterval | friend |
operator<(double value) const | OdGeInterval | |
operator<(const OdGeInterval &otherInterval) const | OdGeInterval | |
operator<= | OdGeInterval | friend |
operator<=(double value) const | OdGeInterval | |
operator<=(const OdGeInterval &otherInterval) const | OdGeInterval | |
operator==(const OdGeInterval &otherInterval) const | OdGeInterval | |
operator> | OdGeInterval | friend |
operator>(double value) const | OdGeInterval | |
operator>(const OdGeInterval &otherInterval) const | OdGeInterval | |
operator>= | OdGeInterval | friend |
operator>=(double value) const | OdGeInterval | |
operator>=(const OdGeInterval &otherInterval) const | OdGeInterval | |
set(double lower, double upper) | OdGeInterval | inline |
set(bool boundedBelow, double bound) | OdGeInterval | |
set() | OdGeInterval | inline |
setLower(double lower) | OdGeInterval | inline |
setTolerance(double tol) | OdGeInterval | inline |
setUpper(double upper) | OdGeInterval | inline |
subtract(const OdGeInterval &otherInterval, OdGeInterval &lInterval, OdGeInterval &rInterval) const | OdGeInterval | |
tolerance() const | OdGeInterval | inline |
upperBound() const | OdGeInterval | inline |