Home
last modified time | relevance | path

Searched refs:CustomItemDistance (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/geos/geos-3.9.1/capi/
H A Dgeos_ts_c.cpp3029 struct CustomItemDistance : public ItemDistance { in GEOSSTRtree_nearest_generic_r() struct
3030 CustomItemDistance(GEOSDistanceCallback p_distancefn, void* p_userdata) in GEOSSTRtree_nearest_generic_r() argument
3053 CustomItemDistance itemDistance(distancefn, userdata); in GEOSSTRtree_nearest_generic_r()
/dports/graphics/geos/geos-3.9.1/
H A DChangeLog14129 * capi/geos_ts_c.cpp: Move CustomItemDistance defn some contexts