20#ifndef GEOS_OPERATION_GEOMETRYGRAPHOPERATION_H
21#define GEOS_OPERATION_GEOMETRYGRAPHOPERATION_H
23#include <geos/export.h>
24#include <geos/algorithm/LineIntersector.h>
30#pragma warning(disable: 4251)
52class GEOS_DLL GeometryGraphOperation {
65 virtual ~GeometryGraphOperation();
78 std::vector<geomgraph::GeometryGraph*>
arg;
Definition BoundaryNodeRule.h:50
A LineIntersector is an algorithm that can both test whether two line segments intersect and compute ...
Definition LineIntersector.h:49
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition Geometry.h:167
Specifies the precision model of the Coordinate in a Geometry.
Definition PrecisionModel.h:87
Definition GeometryGraph.h:74
std::vector< geomgraph::GeometryGraph * > arg
The operation args into an array so they can be accessed by index.
Definition GeometryGraphOperation.h:78
Contains classes and interfaces implementing fundamental computational geometry algorithms.
Definition Angle.h:33
Contains the Geometry interface hierarchy and supporting classes.
Definition IndexedNestedRingTester.h:26
Contains classes that implement topology graphs.
Definition IndexedNestedRingTester.h:34
Provides classes for implementing operations on geometries.
Definition IndexedNestedRingTester.h:40
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25