17 #ifndef GEOS_ALGORITHM_CONVEXHULL_H
18 #define GEOS_ALGORITHM_CONVEXHULL_H
20 #include <geos/export.h>
24 #include <geos/geom/Coordinate.h>
28 #pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class
35 class GeometryFactory;
36 class CoordinateSequence;
181 # include "geos/algorithm/ConvexHull.inl"
184 #endif // GEOS_ALGORITHM_CONVEXHULL_H
std::vector< const Coordinate * > ConstVect
A vector of const Coordinate pointers.
Definition: Coordinate.h:72
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:61
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:168
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition: GeometryFactory.h:68
Definition: ConvexHull.h:54
The internal representation of a list of coordinates inside a Geometry.
Definition: CoordinateSequence.h:60