19#ifndef GEOS_OP_OVERLAY_EDGESETNODER_H
20#define GEOS_OP_OVERLAY_EDGESETNODER_H
22#include <geos/export.h>
47class GEOS_DLL EdgeSetNoder {
50 std::vector<geomgraph::Edge*>* inputEdges;
55 inputEdges(
new std::vector<geomgraph::Edge*>())
62 void addEdges(std::vector<geomgraph::Edge*> *edges);
63 std::vector<geomgraph::Edge*>* getNodedEdges();
A LineIntersector is an algorithm that can both test whether two line segments intersect and compute ...
Definition LineIntersector.h:49
Definition geomgraph/Edge.h:66
Contains classes and interfaces implementing fundamental computational geometry algorithms.
Definition Angle.h:33
Contains classes that implement topology graphs.
Definition IndexedNestedRingTester.h:34
Contains classes that perform a topological overlay to compute boolean spatial functions.
Definition BufferBuilder.h:62
Provides classes for implementing operations on geometries.
Definition IndexedNestedRingTester.h:40
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25