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)
190# include "geos/algorithm/ConvexHull.inl"
Computes the convex hull of a Geometry.
Definition: ConvexHull.h:59
std::unique_ptr< geom::Geometry > getConvexHull()
ConvexHull(const geom::Geometry *newGeometry)
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:60
std::vector< const Coordinate * > ConstVect
A vector of const Coordinate pointers.
Definition: Coordinate.h:71
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition: GeometryFactory.h:68
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:188
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:26