16 #ifndef GEOS_ALGORITHM_MINIMUMDIAMETER_H 17 #define GEOS_ALGORITHM_MINIMUMDIAMETER_H 19 #include <geos/export.h> 28 class CoordinateSequence;
62 void computeMinimumDiameter();
100 const bool newIsConvex);
134 #endif // GEOS_ALGORITHM_MINIMUMDIAMETER_H Definition: LineSegment.h:57
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
Definition: LineString.h:70
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
Computes the minimum diameter of a geom::Geometry.
Definition: MinimumDiameter.h:54
The internal representation of a list of coordinates inside a Geometry.
Definition: CoordinateSequence.h:59