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 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:65
The internal representation of a list of coordinates inside a Geometry.
Definition: CoordinateSequence.h:59