Length attribute used in EmbedderMinDepthMaxFace. It contains two components (d, l) and a linear order is defined by: (d, l) > (d', l') iff d > d' or (d = d' and l > l') More...
#include <ogdf/basic/basic.h>Go to the source code of this file.
Classes | |
| class | ogdf::mdmf_la |
Namespaces | |
| namespace | ogdf |
| The namespace for all OGDF objects. | |
Defines | |
| #define | OGDF_EMBEDDER_MDMF_LENGTH_ATTRIBUTE_H |
Functions | |
| bool | ogdf::operator== (const mdmf_la &x, const mdmf_la &y) |
| bool | ogdf::operator!= (const mdmf_la &x, const mdmf_la &y) |
| bool | ogdf::operator> (const mdmf_la &x, const mdmf_la &y) |
| bool | ogdf::operator< (const mdmf_la &x, const mdmf_la &y) |
| bool | ogdf::operator>= (const mdmf_la &x, const mdmf_la &y) |
| bool | ogdf::operator<= (const mdmf_la &x, const mdmf_la &y) |
| mdmf_la | ogdf::operator+ (const mdmf_la &x, const mdmf_la &y) |
| mdmf_la | ogdf::operator- (const mdmf_la &x, const mdmf_la &y) |
| mdmf_la | ogdf::operator+= (const mdmf_la &x, const mdmf_la &y) |
| mdmf_la | ogdf::operator-= (const mdmf_la &x, const mdmf_la &y) |
| ostream & | ogdf::operator<< (ostream &s, const mdmf_la &x) |
Length attribute used in EmbedderMinDepthMaxFace. It contains two components (d, l) and a linear order is defined by: (d, l) > (d', l') iff d > d' or (d = d' and l > l')
Copyright (C). All rights reserved. See README.txt in the root directory of the OGDF installation for details.
Definition in file EmbedderMDMFLengthAttribute.h.
Definition at line 49 of file EmbedderMDMFLengthAttribute.h.