22#include <geos/export.h>
23#include <geos/algorithm/LineIntersector.h>
29#pragma warning(disable: 4251)
35class BoundaryNodeRule;
77 std::vector<geomgraph::GeometryGraph*>
arg;
An interface for rules which determine whether node points which are in boundaries of lineal geometry...
Definition BoundaryNodeRule.h:50
A LineIntersector is an algorithm that can both test whether two line segments intersect and compute ...
Definition LineIntersector.h:53
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition Geometry.h:186
Specifies the precision model of the Coordinate in a Geometry.
Definition PrecisionModel.h:90
The base class for operations that require GeometryGraph.
Definition GeometryGraphOperation.h:51
std::vector< geomgraph::GeometryGraph * > arg
The operation args into an array so they can be accessed by index.
Definition GeometryGraphOperation.h:77
Basic namespace for all GEOS functionalities.
Definition geos.h:39