17 #ifndef GEOS_ALGORITHM_MINIMUMDIAMETER_H
18 #define GEOS_ALGORITHM_MINIMUMDIAMETER_H
20 #include <geos/export.h>
29 class CoordinateSequence;
63 void computeMinimumDiameter();
101 const bool newIsConvex);
135 #endif // GEOS_ALGORITHM_MINIMUMDIAMETER_H
Definition: LineSegment.h:58
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:61
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:168
Definition: LineString.h:71
Computes the minimum diameter of a geom::Geometry.
Definition: MinimumDiameter.h:55
The internal representation of a list of coordinates inside a Geometry.
Definition: CoordinateSequence.h:60