Home
last modified time | relevance | path

Searched refs:rtcollection_clone (Results 1 – 3 of 3) sorted by relevance

/dports/devel/librttopo/librttopo-1.1.0/src/
H A Drtcollection.c125 rtcollection_clone(const RTCTX *ctx, const RTCOLLECTION *g) in rtcollection_clone() function
243 if ( ! col->ngeoms ) return rtcollection_clone(ctx, col); in rtcollection_segmentize2d()
H A Dlibrttopo_geom_internal.h375 RTCOLLECTION *rtcollection_clone(const RTCTX *ctx, const RTCOLLECTION *rtgeom);
H A Drtgeom.c437 return (RTGEOM *)rtcollection_clone(ctx, (RTCOLLECTION *)rtgeom); in rtgeom_clone()