Representation of an in- or outpoint. More...
#include <ogdf/planarlayout/mixed_model_layout/IOPoints.h>
Public Member Functions | |
InOutPoint () | |
InOutPoint (adjEntry adj) | |
Public Attributes | |
adjEntry | m_adj |
int | m_dx |
int | m_dy |
Representation of an in- or outpoint.
Definition at line 41 of file IOPoints.h.
|
inline |
Definition at line 45 of file IOPoints.h.
|
inlineexplicit |
Definition at line 50 of file IOPoints.h.
adjEntry ogdf::InOutPoint::m_adj |
Definition at line 43 of file IOPoints.h.
int ogdf::InOutPoint::m_dx |
Definition at line 42 of file IOPoints.h.
int ogdf::InOutPoint::m_dy |
Definition at line 42 of file IOPoints.h.