23#include <geos/export.h>
A Position indicates the position of a Location relative to a graph component (Node,...
Definition Position.h:37
static int opposite(int position)
Returns LEFT if the position is RIGHT, RIGHT if the position is LEFT, or the position otherwise.
@ LEFT
An indicator that a Location is to the left of a GraphComponent.
Definition Position.h:50
@ ON
An indicator that a Location is on a GraphComponent.
Definition Position.h:44
@ RIGHT
An indicator that a Location is to the right of a GraphComponent.
Definition Position.h:56
Basic namespace for all GEOS functionalities.
Definition geos.h:39