16#ifndef GEOS_GEOMGRAPH_INDEX_MONOTONECHAININDEXER_H
17#define GEOS_GEOMGRAPH_INDEX_MONOTONECHAININDEXER_H
19#include <geos/export.h>
34class GEOS_DLL MonotoneChainIndexer{
38 MonotoneChainIndexer(){}
40 void getChainStartIndices(
const geom::CoordinateSequence*, std::vector<int>&);
44 int findChainEnd(
const geom::CoordinateSequence* pts,
int start);
The internal representation of a list of coordinates inside a Geometry.
Definition CoordinateSequence.h:59
Contains the Geometry interface hierarchy and supporting classes.
Definition IndexedNestedRingTester.h:26
Contains classes that implement topology graphs.
Definition IndexedNestedRingTester.h:34
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25