15#ifndef GEOS_NODING_NODER_H
16#define GEOS_NODING_NODER_H
18#include <geos/export.h>
23#include <geos/inline.h>
59 virtual void computeNodes(std::vector<SegmentString*>* segStrings)=0;
Computes all intersections between segments in a set of SegmentString.
Definition Noder.h:49
virtual void computeNodes(std::vector< SegmentString * > *segStrings)=0
Computes the noding for a collection of SegmentStrings.
virtual std::vector< SegmentString * > * getNodedSubstrings() const =0
Returns a Collection of fully noded SegmentStrings. The SegmentStrings have the same context as their...
An interface for classes which represent a sequence of contiguous line segments.
Definition SegmentString.h:46
Classes to compute nodings for arrangements of line segments and line segment sequences.
Definition PreparedLineString.h:27
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25