Home
last modified time | relevance | path

Searched refs:tolerance_snap (Results 1 – 18 of 18) sorted by relevance

/dports/devel/librttopo/librttopo-1.1.0/src/
H A Drtt_tpsnap.c96 double tolerance_snap; member
155 gbox_expand(ctx, &(state->expanded_workext), state->tolerance_snap); in rtgeom_tpsnap_state_expand_workext_to_include()
253 if ( vert.dist <= state->tolerance_snap ) in _rt_extract_vertices_within_dist()
692 gbox_expand(ctx, &(state->expanded_workext), state->tolerance_snap); in _rtgeom_tpsnap_ptarray()
717 double tolerance_snap, in rtt_tpsnap() argument
727 tolerance_snap, iterate, remove_vertices); in rtt_tpsnap()
730 state.tolerance_snap = tolerance_snap; in rtt_tpsnap()
/dports/databases/spatialite/libspatialite-5.0.1/test/sql_stmt_rttopo_tests/
H A Dtoposnap24.testcase1 TopoGeo_TopoSnap - Double NEGATIVE tolerance_snap
H A Dtoposnap23.testcase1 TopoGeo_TopoSnap - Int NEGATIVE tolerance_snap
H A Dtoposnap10.testcase1 TopoGeo_TopoSnap - NULL tolerance_snap
H A Dtoposnap11.testcase1 TopoGeo_TopoSnap - Text tolerance_snap
H A Dtoposnap12.testcase1 TopoGeo_TopoSnap - BLOB tolerance_snap
H A Dtoposnap22.testcase1 TopoGeo_TopoSnap - double NEGATIVE tolerance_snap
H A Dsnappedgeotable23.testcase1 TopoGeo_SnappedGeoTable - Double tolerance_snap
H A Dsnappedgeotable32.testcase1 TopoGeo_SnappedGeoTable - Int NEGATIVE tolerance_snap
H A Dsnappedgeotable33.testcase1 TopoGeo_SnappedGeoTable - Double NEGATIVE tolerance_snap
H A Dsnappedgeotable21.testcase1 TopoGeo_SnappedGeoTable - text tolerance_snap
H A Dsnappedgeotable22.testcase1 TopoGeo_SnappedGeoTable - BLOB tolerance_snap
H A Dsnappedgeotable20.testcase1 TopoGeo_SnappedGeoTable - NULL tolerance_snap
/dports/databases/spatialite/libspatialite-5.0.1/src/headers/spatialite/
H A Dgaia_topology.h639 double tolerance_snap, double tolerance_removal,
817 double tolerance_snap,
/dports/devel/librttopo/librttopo-1.1.0/headers/
H A Dlibrttopo.h1435 double tolerance_snap,
/dports/databases/spatialite/libspatialite-5.0.1/src/topology/
H A Dgaia_topology.c3716 double tolerance_snap = -1; in fnctaux_TopoGeo_TopoSnap() local
3764 tolerance_snap = t; in fnctaux_TopoGeo_TopoSnap()
3767 tolerance_snap = sqlite3_value_double (argv[2]); in fnctaux_TopoGeo_TopoSnap()
3770 if (tolerance_snap < 0.0) in fnctaux_TopoGeo_TopoSnap()
3807 g2 = gaiaTopoSnap (accessor, geom, tolerance_snap, tolerance_removal, in fnctaux_TopoGeo_TopoSnap()
4175 double tolerance_snap = -1; in fnctaux_TopoGeo_SnappedGeoTable() local
4232 tolerance_snap = t; in fnctaux_TopoGeo_SnappedGeoTable()
4235 tolerance_snap = sqlite3_value_double (argv[5]); in fnctaux_TopoGeo_SnappedGeoTable()
4238 if (tolerance_snap < 0.0) in fnctaux_TopoGeo_SnappedGeoTable()
4283 outtable, tolerance_snap, in fnctaux_TopoGeo_SnappedGeoTable()
H A Dgaia_auxtopo.c5532 double tolerance_snap, double tolerance_removal, int iterate) in gaiaTopoSnap() argument
5560 if (tolerance_snap < 0.0) in gaiaTopoSnap()
5561 tolerance_snap = topo->tolerance; in gaiaTopoSnap()
5565 tolerance_snap, tolerance_removal, iterate); in gaiaTopoSnap()
H A Dgaia_auxtopo_table.c7596 double tolerance_snap, double tolerance_removal, int iterate, in do_topo_snap() argument
7644 topo, geom, tolerance_snap, in do_topo_snap()
7734 double tolerance_snap, double tolerance_removal, in gaiaTopoGeo_SnappedGeoTable() argument
7883 (topo, geom_col, geo_type, tolerance_snap, tolerance_removal, iterate, in gaiaTopoGeo_SnappedGeoTable()