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;
Basic declarations, included by all source files.
Auxiliary length attribute.
MDMFLengthAttribute & operator-=(const MDMFLengthAttribute &x)
MDMFLengthAttribute(int _a, int _b=0)
Converting constructor from int, default second is 0.
MDMFLengthAttribute(const MDMFLengthAttribute &x)
Copy constructor.
MDMFLengthAttribute()
Default constructor for (0, 0)
MDMFLengthAttribute & operator+=(const MDMFLengthAttribute &x)
~MDMFLengthAttribute()
Destructor.
MDMFLengthAttribute & operator=(const MDMFLengthAttribute &x)
static MultilevelBuilder * getDoubleFactoredZeroAdjustedMerger()
bool operator>=(const MDMFLengthAttribute &x, const MDMFLengthAttribute &y)
bool operator>(const MDMFLengthAttribute &x, const MDMFLengthAttribute &y)
bool operator!=(const MDMFLengthAttribute &x, const MDMFLengthAttribute &y)
MDMFLengthAttribute operator+(MDMFLengthAttribute x, const MDMFLengthAttribute &y)
bool operator==(const MDMFLengthAttribute &x, const MDMFLengthAttribute &y)
bool operator<(const MDMFLengthAttribute &x, const MDMFLengthAttribute &y)
std::ostream & operator<<(std::ostream &s, const MDMFLengthAttribute &x)
MDMFLengthAttribute operator-(MDMFLengthAttribute x, const MDMFLengthAttribute &y)
bool operator<=(const MDMFLengthAttribute &x, const MDMFLengthAttribute &y)
The namespace for all OGDF objects.