Auxiliary length attribute. More...
#include <ogdf/planarity/embedder/MDMFLengthAttribute.h>
Public Member Functions | |
| MDMFLengthAttribute () | |
| Default constructor for (0, 0) | |
| MDMFLengthAttribute (const MDMFLengthAttribute &x) | |
| Copy constructor. | |
| MDMFLengthAttribute (int _a, int _b=0) | |
| Converting constructor from int, default second is 0. | |
| ~MDMFLengthAttribute () | |
| Destructor. | |
| MDMFLengthAttribute & | operator+= (const MDMFLengthAttribute &x) |
| MDMFLengthAttribute & | operator-= (const MDMFLengthAttribute &x) |
| MDMFLengthAttribute & | operator= (const MDMFLengthAttribute &x) |
Public Attributes | |
| int | a |
| int | b |
Auxiliary length attribute.
It contains two components (a, b) and a linear order is defined by: (a, b) > (a', b') iff a > a' or (a = a' and b > b')
Definition at line 45 of file MDMFLengthAttribute.h.
|
inline |
Default constructor for (0, 0)
Definition at line 48 of file MDMFLengthAttribute.h.
|
inline |
Converting constructor from int, default second is 0.
Definition at line 51 of file MDMFLengthAttribute.h.
|
inline |
Copy constructor.
Definition at line 54 of file MDMFLengthAttribute.h.
|
inline |
Destructor.
Definition at line 57 of file MDMFLengthAttribute.h.
|
inline |
Definition at line 65 of file MDMFLengthAttribute.h.
|
inline |
Definition at line 71 of file MDMFLengthAttribute.h.
|
inline |
Definition at line 59 of file MDMFLengthAttribute.h.
| int ogdf::embedder::MDMFLengthAttribute::a |
Definition at line 78 of file MDMFLengthAttribute.h.
| int ogdf::embedder::MDMFLengthAttribute::b |
Definition at line 79 of file MDMFLengthAttribute.h.