21 #ifndef GEOS_ALGORITHM_CONVEXHULL_H
22 #define GEOS_ALGORITHM_CONVEXHULL_H
24 #include <geos/export.h>
28 #include <geos/geom/Coordinate.h>
32 #pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class
39 class GeometryFactory;
40 class CoordinateSequence;
189 # include "geos/algorithm/ConvexHull.inl"
192 #endif // GEOS_ALGORITHM_CONVEXHULL_H
std::vector< const Coordinate * > ConstVect
A vector of const Coordinate pointers.
Definition: Coordinate.h:71
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:60
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:167
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition: GeometryFactory.h:67
Definition: ConvexHull.h:58
The internal representation of a list of coordinates inside a Geometry.
Definition: CoordinateSequence.h:59