|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
Go to the documentation of this file.
83 return x.
a == y.
a && x.
b == y.
b;
91 return x.
a < y.
a || (x.
a == y.
a && x.
b < y.
b);
115 s << x.
a <<
", " << x.
b;
The namespace for all OGDF objects.
Auxiliary length attribute.
bool operator>=(const MDMFLengthAttribute &x, const MDMFLengthAttribute &y)
MDMFLengthAttribute & operator=(const MDMFLengthAttribute &x)
bool operator<(const MDMFLengthAttribute &x, const MDMFLengthAttribute &y)
bool operator==(const MDMFLengthAttribute &x, const MDMFLengthAttribute &y)
MDMFLengthAttribute & operator-=(const MDMFLengthAttribute &x)
MDMFLengthAttribute & operator+=(const MDMFLengthAttribute &x)
MDMFLengthAttribute operator+(MDMFLengthAttribute x, const MDMFLengthAttribute &y)
MDMFLengthAttribute()
Default constructor for (0, 0)
std::ostream & operator<<(std::ostream &s, const MDMFLengthAttribute &x)
bool operator!=(const MDMFLengthAttribute &x, const MDMFLengthAttribute &y)
bool operator<=(const MDMFLengthAttribute &x, const MDMFLengthAttribute &y)
MDMFLengthAttribute operator-(MDMFLengthAttribute x, const MDMFLengthAttribute &y)
MDMFLengthAttribute(const MDMFLengthAttribute &x)
Copy constructor.
MDMFLengthAttribute(int _a, int _b=0)
Converting constructor from int, default second is 0.
~MDMFLengthAttribute()
Destructor.
bool operator>(const MDMFLengthAttribute &x, const MDMFLengthAttribute &y)