21 #ifndef GEOS_ALGORITHM_CGALGORITHM_H 22 #define GEOS_ALGORITHM_CGALGORITHM_H 24 #include <geos/export.h> 31 class CoordinateSequence;
86 const std::vector<const geom::Coordinate*>& ring);
107 const std::vector<const geom::Coordinate*>& ring);
230 #endif // GEOS_ALGORITHM_CGALGORITHM_H Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:60
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
The internal representation of a list of coordinates inside a Geometry.
Definition: CoordinateSequence.h:59
Specifies and implements various fundamental Computational Geometric algorithms. The algorithms suppl...
Definition: CGAlgorithms.h:47