20 #ifndef GEOS_ALGORITHM_MINIMUMDIAMETER_H
21 #define GEOS_ALGORITHM_MINIMUMDIAMETER_H
23 #include <geos/export.h>
32 class CoordinateSequence;
76 void computeMinimumDiameter();
118 const bool newIsConvex);
179 #endif // GEOS_ALGORITHM_MINIMUMDIAMETER_H
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:167
The internal representation of a list of coordinates inside a Geometry.
Definition: CoordinateSequence.h:59
Definition: LineSegment.h:57
Definition: LineString.h:70
Computes the minimum diameter of a geom::Geometry.
Definition: MinimumDiameter.h:65