Home
last modified time | relevance | path

Searched refs:CoordinateLessThen (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/geos/geos-3.9.1/include/geos/geom/
H A DCoordinate.h35 struct CoordinateLessThen;
68 typedef std::set<const Coordinate*, CoordinateLessThen> ConstSet;
125 struct GEOS_DLL CoordinateLessThen { struct
136 return CoordinateLessThen()(a, b);
H A DCoordinate.inl109 CoordinateLessThen::operator()(const Coordinate* a, const Coordinate* b) const
120 CoordinateLessThen::operator()(const Coordinate& a, const Coordinate& b) const
/dports/graphics/geos/geos-3.9.1/src/operation/
H A DIsSimpleOp.cpp151 set<const Coordinate*, CoordinateLessThen> points; in isSimpleMultiPoint()
290 map<const Coordinate*, EndpointInfo*, CoordinateLessThen> endPoints; in hasClosedEndpointIntersection()
301 map<const Coordinate*, EndpointInfo*, CoordinateLessThen>::iterator it = endPoints.begin(); in hasClosedEndpointIntersection()
330 map<const Coordinate*, EndpointInfo*, CoordinateLessThen>& endPoints, in addEndpoint()
333 map<const Coordinate*, EndpointInfo*, CoordinateLessThen>::iterator it = endPoints.find(p); in addEndpoint()
/dports/graphics/geos/geos-3.9.1/include/geos/operation/
H A DIsSimpleOp.h48 struct CoordinateLessThen;
207 geom::CoordinateLessThen>& endPoints,
/dports/graphics/geos/geos-3.9.1/include/geos/operation/relate/
H A DRelateNodeGraph.h32 struct CoordinateLessThen;
/dports/graphics/geos/geos-3.9.1/include/geos/planargraph/
H A DNodeMap.h50 typedef std::map<geom::Coordinate, Node*, geom::CoordinateLessThen> container;
/dports/graphics/geos/geos-3.9.1/include/geos/geomgraph/
H A DNodeMap.h54 typedef std::map<geom::Coordinate*, Node*, geom::CoordinateLessThen> container;
/dports/graphics/geos/geos-3.9.1/src/triangulate/
H A DDelaunayTriangulationBuilder.cpp54 std::sort(coords.begin(), coords.end(), geos::geom::CoordinateLessThen()); in unique()
/dports/graphics/geos/geos-3.9.1/src/operation/valid/
H A DIsValidOp.cpp409 set<const Coordinate*, CoordinateLessThen>nodeSet; in checkNoSelfIntersectingRing()
/dports/graphics/geos/geos-3.9.1/
H A DChangeLog38260 decl. of CoordinateLessThen git-svn-id:
38393 CoordinateLessThen in forward declaration git-svn-id: