19#ifndef GEOS_OP_RELATE_RELATENODEGRAPH_H
20#define GEOS_OP_RELATE_RELATENODEGRAPH_H
22#include <geos/export.h>
68class GEOS_DLL RelateNodeGraph {
74 virtual ~RelateNodeGraph();
86 void insertEdgeEnds(std::vector<geomgraph::EdgeEnd*> *ee);
90 geomgraph::NodeMap *nodes;
Coordinate is the lightweight class used to store coordinates.
Definition Coordinate.h:60
Models the end of an edge incident on a node.
Definition EdgeEnd.h:56
Definition GeometryGraph.h:74
Definition geomgraph/Node.h:62
Contains the Geometry interface hierarchy and supporting classes.
Definition IndexedNestedRingTester.h:26
Contains classes that implement topology graphs.
Definition IndexedNestedRingTester.h:34
Contains classes to implement the computation of the spatial relationships of Geometrys.
Definition EdgeEndBuilder.h:42
Provides classes for implementing operations on geometries.
Definition IndexedNestedRingTester.h:40
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25
Strict weak ordering Functor for Coordinate.
Definition Coordinate.h:127