Home
last modified time | relevance | path

Searched refs:GMT_SEG (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dsphtriangulate.c104 dim[GMT_SEG] = D->n; /* Number of segments */ in sphtriangulate_delaunay_output()
112 dim[GMT_SEG] = 1; /* Just one segment */ in sphtriangulate_delaunay_output()
178 dim[GMT_SEG] = n_arcs; /* Number of output arcs = segments */ in sphtriangulate_delaunay_output()
234 dim[GMT_SEG] = n; /* Number of segments is known */ in sphtriangulate_voronoi_output()
245 dim[GMT_SEG] = 1; /* Only need one segment */ in sphtriangulate_voronoi_output()
345 dim[GMT_SEG] = n_arcs; /* Number of arc segments */ in sphtriangulate_voronoi_output()
H A Dgmt_resources.h356 GMT_SEG = 1U, /* Index for number of segments in dimension array */ enumerator
H A Dgmt_api.c8654 if (count[GMT_SEG] >= 0) { /* Finalize segment allocations */ in gmtapi_end_io_dataset()
8655 …if (!T->segment[count[GMT_SEG]]) T->segment[count[GMT_SEG]] = gmt_get_segment (API->GMT, T->n_colu… in gmtapi_end_io_dataset()
8657 count[GMT_SEG]++; /* Set final number of segments */ in gmtapi_end_io_dataset()
9690 count[GMT_SEG] = count[GMT_ROW] = 0; in gmtapi_wind_to_next_datarecord()
9694 count[GMT_SEG]++; /* Next segment number */ in gmtapi_wind_to_next_datarecord()
9940 …f (D->table[count[GMT_TBL]]->segment[count[GMT_SEG]]->text && D->table[count[GMT_TBL]]->segment[co… in gmtapi_get_record_dataset()
10142 count[GMT_SEG]++; /* Start of new segment */ in gmtapi_put_record_dataset()
10144 …if (!T->segment[count[GMT_SEG]-1]) T->segment[count[GMT_SEG]-1] = gmt_get_segment (API->GMT, T->n_… in gmtapi_put_record_dataset()
10154 … if (!T->segment[count[GMT_SEG]]) T->segment[count[GMT_SEG]] = gmt_get_segment (GMT, T->n_columns); in gmtapi_put_record_dataset()
10158 T->segment[count[GMT_SEG]]->header = strdup (s); in gmtapi_put_record_dataset()
[all …]
H A Dgrdinterpolate.c587 dim[GMT_SEG] = In->n_records; /* One output time-series per input data location */ in GMT_grdinterpolate()
723 …->table[0]->segment[0]->data[2][0]; wesn[XHI] = Out->table[0]->segment[dim[GMT_SEG]-1]->data[2][0]; in GMT_grdinterpolate()
H A Dgmtconnect.c412 dim_tscr[GMT_SEG] = 0; /* Allocate no segments for now - we will do this as needed */ in GMT_gmtconnect()
656 …dim_tscr[GMT_TBL] = 1; dim_tscr[GMT_SEG] = 1; dim_tscr[GMT_ROW] = ns; dim_tscr[GMT_COL] = 0; /* Di… in GMT_gmtconnect()
H A Dgmtsplit.c572 …dim[GMT_SEG] = seg2; dim[GMT_COL] = n_outputs; /* dim[GMT_ROW] is zero so segment pointers have no… in GMT_gmtsplit()
H A Dgmt_support.c10743 dim[GMT_SEG] = GMT_SMALL_CHUNK; in gmt_make_profiles()
15821 dim[GMT_SEG] = 1; in gmt_segmentize_data()
15825 dim[GMT_SEG] = Din->n_tables; in gmt_segmentize_data()
15829 dim[GMT_SEG] = Din->n_records; in gmt_segmentize_data()
15837 dim[GMT_SEG] = Din->n_records; in gmt_segmentize_data()
15840 dim[GMT_SEG] = Din->n_records - 1; in gmt_segmentize_data()
15851 dim[GMT_SEG] += Tin->segment[seg]->n_rows - 1; in gmt_segmentize_data()
15853 dim[GMT_SEG] = Din->n_records; in gmt_segmentize_data()
15879 dim[GMT_SEG] = 1; in gmt_segmentize_data()
15883 dim[GMT_SEG] = Din->n_tables; in gmt_segmentize_data()
[all …]
H A Dgmt_io.c8208 n_seg = (dim[GMT_SEG] == 0) ? T->n_segments : dim[GMT_SEG]; in gmt_realloc_dataset()
8210 …if (dim[GMT_SEG] && dim[GMT_SEG] < T->n_segments) { /* Remove unneeded segments and reallocate arr… in gmt_realloc_dataset()
8211 for (seg = dim[GMT_SEG]; seg < T->n_segments; seg++) in gmt_realloc_dataset()
8213 T->segment = gmt_M_memory (GMT, T->segment, dim[GMT_SEG], struct GMT_DATASEGMENT *); in gmt_realloc_dataset()
8214 T->n_segments = dim[GMT_SEG]; in gmt_realloc_dataset()
8217 else if (dim[GMT_SEG] > T->n_segments) { /* Want to add more segments */ in gmt_realloc_dataset()
8218 T->segment = gmt_M_memory (GMT, T->segment, dim[GMT_SEG], struct GMT_DATASEGMENT *); in gmt_realloc_dataset()
8219 for (seg = T->n_segments; seg < dim[GMT_SEG]; seg++) { in gmt_realloc_dataset()
H A Dspectrum1d.c774 dim[GMT_SEG] = 0; /* Don't know about segments yet */ in GMT_spectrum1d()
H A Dgrdtrack.c960 dim[GMT_SEG] = Dout->n_tables; /* Number of stacks */ in GMT_grdtrack()
H A Dpsxy.c2340 …dim[GMT_SEG] = D->n_segments; /* Make one segment for each input segment so segment headers can be… in GMT_psxy()
H A Dgmtmath.c6854 dim[GMT_SEG] = R->table[0]->n_segments; in GMT_gmtmath()
/dports/graphics/gmt/gmt-6.3.0/src/gshhg/
H A Dgshhg.c268 dim[GMT_SEG] = 1; dim[GMT_COL] = 0; in GMT_gshhg()
278 dim[GMT_SEG] = 0; in GMT_gshhg()
/dports/graphics/gmt/gmt-6.3.0/src/potential/
H A Dgrdflexure.c984 dim[GMT_SEG] = n_te; in grdflexure_write_transfer_function()