Home
last modified time | relevance | path

Searched refs:GMT_DATASEGMENT (Results 1 – 25 of 75) sorted by relevance

123

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_hidden.h37 static inline struct GMT_DATASEGMENT_HIDDEN * gmt_get_DS_hidden (struct GMT_DATASEGMENT *p) {return… in gmt_get_DS_hidden()
81 struct GMT_DATASEGMENT *next; /* NULL unless polygon and has holes and pointing to next hole */
223 static inline struct GMT_DATASEGMENT * gmt_get_next_S (struct GMT_DATASEGMENT *S) {struct GMT_DATAS… in gmt_get_next_S()
H A Dgmt_prototypes.h269 EXTERN_MSC void gmt_geo_polygons (struct GMT_CTRL *GMT, struct GMT_DATASEGMENT *S);
319 EXTERN_MSC bool gmt_polygon_is_hole (struct GMT_CTRL *GMT, struct GMT_DATASEGMENT *S);
325 EXTERN_MSC struct GMT_DATASEGMENT * gmt_get_segment (struct GMT_CTRL *GMT, uint64_t n_columns);
374 EXTERN_MSC void gmt_free_segment (struct GMT_CTRL *GMT, struct GMT_DATASEGMENT **segment);
383 EXTERN_MSC double gmt_get_aspatial_value (struct GMT_CTRL *GMT, int col, struct GMT_DATASEGMENT *S);
385 EXTERN_MSC void gmt_set_seg_polar (struct GMT_CTRL *GMT, struct GMT_DATASEGMENT *S);
387 …d gmt_duplicate_ogr_seg (struct GMT_CTRL *GMT, struct GMT_DATASEGMENT *S_to, struct GMT_DATASEGMEN…
388 EXTERN_MSC struct GMT_DATASEGMENT * gmt_duplicate_segment (struct GMT_CTRL *GMT, struct GMT_DATASEG…
502 …t_split_poly_at_dateline (struct GMT_CTRL *GMT, struct GMT_DATASEGMENT *S, struct GMT_DATASEGMENT
578 EXTERN_MSC bool gmt_segment_BB_outside_map_BB (struct GMT_CTRL *GMT, struct GMT_DATASEGMENT *S);
[all …]
H A Dtestapi_spectrum1d.c17 struct GMT_DATASEGMENT *S = NULL; in main()
H A Dgmtspatial.c330 struct GMT_DATASEGMENT *Sp = NULL; in gmtspatial_is_duplicate()
677 struct GMT_DATASEGMENT *S = NULL; in gmtspatial_NNA_init_dist()
1140 struct GMT_DATASEGMENT *S = NULL; in GMT_gmtspatial()
1434 struct GMT_DATASEGMENT *Sout = NULL; in GMT_gmtspatial()
1542 struct GMT_DATASEGMENT **tmp = gmt_M_memory (GMT, NULL, n_seg, struct GMT_DATASEGMENT *); in GMT_gmtspatial()
1545 gmt_M_memcpy (Dout->table[0]->segment, tmp, n_seg, struct GMT_DATASEGMENT *); in GMT_gmtspatial()
1574 struct GMT_DATASEGMENT *S1 = NULL, *S2 = NULL; in GMT_gmtspatial()
1777 struct GMT_DATASEGMENT *S1 = NULL, *S2 = NULL; in GMT_gmtspatial()
1930 struct GMT_DATASEGMENT *S = NULL, *S2 = NULL; in GMT_gmtspatial()
2040 struct GMT_DATASEGMENT **L = NULL; in GMT_gmtspatial()
[all …]
H A Dgmtconnect.c262 GMT_LOCAL uint64_t gmtconnect_copy_this_segment (struct GMT_DATASEGMENT *in, struct GMT_DATASEGMENT in gmtconnect_copy_this_segment()
304 struct GMT_DATASEGMENT **T[2] = {NULL, NULL}, *S = NULL; in GMT_gmtconnect()
305 struct GMT_DATASEGMENT *QT[2] = {NULL, NULL}; in GMT_gmtconnect()
419 T[OPEN] = gmt_M_memory (GMT, NULL, n_seg_alloc[OPEN], struct GMT_DATASEGMENT *); in GMT_gmtconnect()
430 T[CLOSED] = gmt_M_memory (GMT, NULL, n_seg_alloc[CLOSED], struct GMT_DATASEGMENT *); in GMT_gmtconnect()
499 C->table[0]->segment = gmt_M_memory (GMT, T[CLOSED], n_closed, struct GMT_DATASEGMENT *); in GMT_gmtconnect()
512 …D[GMT_OUT]->table[0]->segment = gmt_M_memory (GMT, T[OPEN], n_open, struct GMT_DATASEGMENT *); /* … in GMT_gmtconnect()
920 D[GMT_OUT]->table[0]->segment = gmt_M_memory (GMT, T[OPEN], out_seg, struct GMT_DATASEGMENT *); in GMT_gmtconnect()
H A Dgmtsimplify.c290 struct GMT_DATASEGMENT *S[2] = {NULL, NULL}; in GMT_gmtsimplify()
372 …= gmt_M_memory (GMT, NULL, D[GMT_IN]->table[tbl]->n_segments, struct GMT_DATASEGMENT *); /* Initia… in GMT_gmtsimplify()
401 … gmt_M_memory (GMT, D[GMT_OUT]->table[tbl]->segment, seg_out, struct GMT_DATASEGMENT *); /* Reduce… in GMT_gmtsimplify()
H A Dgmt_resources.h522 struct GMT_DATASEGMENT { /* For holding segment lines in memory */ struct
544 struct GMT_DATASEGMENT **segment; /* Pointer to array of segments */ argument
H A Dgmt_io.c2845 struct GMT_DATASEGMENT *S = NULL; in gmtio_prep_ogr_output()
2981 struct GMT_DATASEGMENT **L = NULL; in gmtio_prep_ogr_output()
3765 struct GMT_DATASEGMENT *S = NULL; in gmtio_write_table()
4739 struct GMT_DATASEGMENT *S = NULL; in gmt_check_abstime_format()
7243 struct GMT_DATASEGMENT *S = NULL; in gmt_set_tbl_minmax()
7777 struct GMT_DATASEGMENT *S = NULL; in gmt_get_segment()
7868 struct GMT_DATASEGMENT *S = NULL; in gmtlib_read_table()
8177 struct GMT_DATASEGMENT * gmt_duplicate_segment (struct GMT_CTRL *GMT, struct GMT_DATASEGMENT *Sin) { in gmt_duplicate_segment()
8193 struct GMT_DATASEGMENT *S; in gmt_realloc_dataset()
8372 struct GMT_DATASEGMENT *S, *Sin; in gmtio_duplicate_dataset_cols()
[all …]
H A Dgmt_internals.h263 …assign_segment (struct GMT_CTRL *GMT, unsigned int direction, struct GMT_DATASEGMENT *S, uint64_t …
266 …b_split_line_at_dateline (struct GMT_CTRL *GMT, struct GMT_DATASEGMENT *S, struct GMT_DATASEGMENT
H A Dpsmask.c646 struct GMT_DATASEGMENT *S = NULL; in GMT_psmask()
911 …t_M_memory (GMT, D->table[0]->segment, (n_seg_alloc += GMT_SMALL_CHUNK), struct GMT_DATASEGMENT *); in GMT_psmask()
912 …->table[0]->segment[n_old_alloc]), n_seg_alloc - n_old_alloc, struct GMT_DATASEGMENT *); /* Set to… in GMT_psmask()
938 … D->table[0]->segment = gmt_M_memory (GMT, D->table[0]->segment, n_seg, struct GMT_DATASEGMENT *); in GMT_psmask()
H A Dgmt_types.h284 …bool (*near_a_line_func) (struct GMT_CTRL *, double, double, uint64_t, struct GMT_DATASEGMENT *, u…
H A Dpslegend.c379 GMT_LOCAL struct GMT_DATASEGMENT * pslegend_get_segment (struct GMT_DATASET **D, unsigned id, uint6… in pslegend_get_segment()
387 …T->segment = gmt_M_memory (GMT, T->segment, TH->n_alloc + GMT_SMALL_CHUNK, struct GMT_DATASEGMENT in pslegend_maybe_realloc_table()
403 T->segment = gmt_M_memory (GMT, T->segment, T->n_segments, struct GMT_DATASEGMENT *); in pslegend_free_unused_segments()
407 GMT_LOCAL void pslegend_free_unused_rows (struct GMT_CTRL *GMT, struct GMT_DATASEGMENT *S, uint64_t… in pslegend_free_unused_rows()
420 GMT_LOCAL void pslegend_maybe_realloc_segment (struct GMT_CTRL *GMT, struct GMT_DATASEGMENT *S) { in pslegend_maybe_realloc_segment()
526 struct GMT_DATASEGMENT *S[N_DAT]; in GMT_pslegend()
552 gmt_M_memset (S, N_DAT, struct GMT_DATASEGMENT *); in GMT_pslegend()
H A Dgrdinterpolate.c469 struct GMT_DATASEGMENT *Si = NULL; in GMT_grdinterpolate()
540 struct GMT_DATASEGMENT *Si = NULL; in GMT_grdinterpolate()
585 struct GMT_DATASEGMENT *Si = NULL, *So = NULL; in GMT_grdinterpolate()
H A Dsphdistance.c91 GMT_LOCAL void sphdistance_prepare_polygon (struct GMT_CTRL *GMT, struct GMT_DATASEGMENT *P) { in sphdistance_prepare_polygon()
289 struct GMT_DATASEGMENT *P = NULL; in GMT_sphdistance()
H A Dgrdtrack.c852 struct GMT_DATASEGMENT *S = NULL; in GMT_grdtrack()
953 struct GMT_DATASEGMENT *M = NULL; in GMT_grdtrack()
1053 struct GMT_DATASEGMENT *S = NULL; in GMT_grdtrack()
1172 struct GMT_DATASEGMENT *Sin = NULL, *Sout = NULL; in GMT_grdtrack()
H A Dgmtvector.c412 struct GMT_DATASEGMENT *S = NULL; in gmtvector_mean_vector()
526 struct GMT_DATASEGMENT *Sin = NULL, *Sout = NULL; in GMT_gmtvector()
H A Dsphtriangulate.c95 struct GMT_DATASEGMENT *S[2] = {NULL, NULL}; in sphtriangulate_delaunay_output()
220 struct GMT_DATASEGMENT *S[2] = {NULL, NULL}; in sphtriangulate_voronoi_output()
H A Dpsclip.c239 struct GMT_DATASEGMENT *S = NULL; in GMT_psclip()
H A Dgmt_support.c2890 struct GMT_DATASEGMENT *S = NULL; in gmtsupport_hold_contour_sub()
3492 struct GMT_DATASEGMENT *S = NULL; in gmtsupport_voronoi_shewchuk()
5400 struct GMT_DATASEGMENT *S = NULL;
5445 struct GMT_DATASEGMENT *S = NULL;
5632 struct GMT_DATASEGMENT *S = NULL; in gmtsupport_crosstracks_spherical()
5814 struct GMT_DATASEGMENT *S = NULL; in gmtsupport_crosstracks_cartesian()
10723 struct GMT_DATASEGMENT *S = NULL; in gmt_make_profiles()
11375 struct GMT_DATASEGMENT *S = NULL; in gmt_prepare_contour()
11928 struct GMT_DATASEGMENT *H = NULL; in gmt_inonout()
15091 struct GMT_DATASEGMENT *S = NULL; in gmtlib_load_custom_annot()
[all …]
H A Dpsbasemap.c293 struct GMT_DATASEGMENT *S = NULL; in GMT_psbasemap()
H A Dgmtconvert.c466 GMT_LOCAL bool gmtconvert_is_duplicate_row (struct GMT_DATASEGMENT *S, struct GMT_INT_SELECTION *C,… in gmtconvert_is_duplicate_row()
513 struct GMT_DATASEGMENT *S = NULL, *Si = NULL, *So = NULL; in GMT_gmtconvert()
/dports/graphics/gmt/gmt-6.3.0/src/gshhg/
H A Dgshhg.c227 struct GMT_DATASEGMENT **T = NULL; in GMT_gshhg()
285 D->table[0]->segment = gmt_M_memory (GMT, NULL, n_alloc, struct GMT_DATASEGMENT *); in GMT_gshhg()
346 T = gmt_M_memory (GMT, T, n_alloc, struct GMT_DATASEGMENT *); in GMT_gshhg()
347 …gmt_M_memset (&(T[old_n_alloc]), n_alloc - old_n_alloc, struct GMT_DATASEGMENT *); /* Set to NULL … in GMT_gshhg()
417 … D->table[0]->segment = gmt_M_memory (GMT, D->table[0]->segment, seg_no, struct GMT_DATASEGMENT *); in GMT_gshhg()
/dports/graphics/gmt/gmt-6.3.0/src/spotter/
H A Dgrdrotater.c247 struct GMT_DATASEGMENT *S = NULL; in parse()
329 struct GMT_DATASEGMENT *S = NULL; in grdrotater_get_grid_path()
433 struct GMT_DATASEGMENT *S = NULL, *Sr = NULL; in GMT_grdrotater()
H A Dpolespotter.c314 struct GMT_DATASEGMENT *S = NULL; in GMT_polespotter()
456 struct GMT_DATASEGMENT *S = NULL; in GMT_polespotter()
/dports/graphics/gmt/gmt-6.3.0/
H A DCODE_CONVENTIONS.md37 **GMT_DATASEGMENT** in a hierarchy), **GMT_PALETTE** (with **GMT_LUT** and **GMT_BFN)**,

123