21 #ifndef GEOS_ALGORITHM_CONVEXHULL_H
22 #define GEOS_ALGORITHM_CONVEXHULL_H
24 #include <geos/export.h>
29 #include <geos/geom/Coordinate.h>
30 #include <geos/geom/CoordinateSequence.h>
34 #pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class
41 class GeometryFactory;
179 std::unique_ptr<geom::Geometry> getConvexHull();
190 # include "geos/algorithm/ConvexHull.inl"
193 #endif // GEOS_ALGORITHM_CONVEXHULL_H
std::vector< const Coordinate * > ConstVect
A vector of const Coordinate pointers.
Definition: Coordinate.h:95
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:84
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:188
Definition: ConvexHull.h:59
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition: GeometryFactory.h:68