23#include <geos/export.h>
29#include <geos/algorithm/ConvexHull.h>
30#include <geos/geom/Coordinate.h>
31#include <geos/geom/CoordinateSequence.h>
32#include <geos/geom/Geometry.h>
33#include <geos/util/UniqueCoordinateArrayFilter.h>
34#include <geos/util/CoordinateArrayFilter.h>
40#pragma warning(disable: 4251)
67 static constexpr std::size_t TUNING_REDUCE_SIZE = 50;
79 void computeInnerOctolateralPts(
83 bool computeInnerOctolateralRing(
171 std::unique_ptr<geom::Geometry> createFewPointsResult();
181 : inputGeom(newGeometry)
182 , geomFactory(newGeometry->getFactory())
184 util::ensureNoCurvedComponents(inputGeom);
Computes the convex hull of a Geometry.
Definition ConvexHull.h:64
std::unique_ptr< geom::Geometry > getConvexHull()
ConvexHull(const geom::Geometry *newGeometry)
Definition ConvexHull.h:180
Coordinate is the lightweight class used to store coordinates.
Definition Coordinate.h:217
std::vector< const Coordinate * > ConstVect
A vector of const Coordinate pointers.
Definition Coordinate.h:229
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition GeometryFactory.h:70
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition Geometry.h:197
Basic namespace for all GEOS functionalities.
Definition geos.h:39