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 47 of file IOPoints.h.
|
inline |
Definition at line 51 of file IOPoints.h.
|
inlineexplicit |
Definition at line 56 of file IOPoints.h.
adjEntry ogdf::InOutPoint::m_adj |
Definition at line 49 of file IOPoints.h.
int ogdf::InOutPoint::m_dx |
Definition at line 48 of file IOPoints.h.
int ogdf::InOutPoint::m_dy |
Definition at line 48 of file IOPoints.h.