CFx SDK Documentation
2020SP3
|
Go to the documentation of this file.
25 #ifndef OD_GE_INTERVAL_H
26 #define OD_GE_INTERVAL_H
28 #include "Ge/GeExport.h"
103 double& upper)
const;
420 bool m_bBoundedAbove;
421 bool m_bBoundedBelow;
425 #endif // OD_GE_INTERVAL_H
bool operator<=(const OdString &s1, const OdString &s2)
OdGeInterval & setTolerance(double tol)
int subtract(const OdGeInterval &otherInterval, OdGeInterval &lInterval, OdGeInterval &rInterval) const
bool isEqualAtLower(double value) const
OdGeInterval & set(bool boundedBelow, double bound)
OdGeInterval & setLower(double lower)
bool isDisjoint(const OdGeInterval &otherInterval) const
double lowerBound() const
bool DAI_EXPORT operator!=(const OdDAI::OdSelect &left, const OdDAI::OdSelect &right)
bool intersectWith(const OdGeInterval &otherInterval, OdGeInterval &result) const
bool isBoundedAbove() const
bool isEqualAtLower(const OdGeInterval &otherInterval) const
bool operator>(const OdString &s1, const OdString &s2)
bool contains(const OdGeInterval &otherInterval) const
bool operator>=(const OdString &s1, const OdString &s2)
OdGeInterval(double tol=1.e-12)
bool operator<(const OdString &s1, const OdString &s2)
OdGeInterval(double lower, double upper, double tol=1.e-12)
bool isBoundedBelow() const
OdGeInterval & setUpper(double upper)
void getMerge(const OdGeInterval &otherInterval, OdGeInterval &result) const
bool isOverlapAtUpper(const OdGeInterval &otherInterval, OdGeInterval &overlap) const
#define GE_TOOLKIT_EXPORT
GLsizei const GLfloat * value
bool DAI_EXPORT operator==(const OdFileDescriptionAuto &left, const OdFileDescriptionAuto &right)
void getBounds(double &lower, double &upper) const
bool isEqualAtUpper(double value) const
OdGeInterval(bool boundedBelow, double bound, double tol=1.e-12)
double upperBound() const
bool isContinuousAtUpper(const OdGeInterval &otherInterval) const
bool contains(double value) const
OdGeInterval & set(double lower, double upper)
bool isPeriodicallyOn(double period, double &value)
bool isEqualAtUpper(const OdGeInterval &otherInterval) const