Home
last modified time | relevance | path

Searched defs:GMT_DATASEGMENT_HIDDEN (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_hidden.h71 struct GMT_DATASEGMENT_HIDDEN { /* Supporting information hidden from the API */ struct
72 enum GMT_enum_write mode; /* 0 = output segment, 1 = output header only, 2 = skip segment */
74 uint64_t id; /* The internal number of the segment */
75 size_t n_alloc; /* The current allocation length of rows */
76 unsigned int range; /* Longitude reporting scheme, e.g. GMT_IS_GIVEN_RANGE [0] */
78 double dist; /* Distance from a point to this feature */
79 double lat_limit; /* For polar caps: the latitude of the point closest to the pole */
80 struct GMT_OGR_SEG *ogr; /* NULL unless OGR/GMT metadata exist for this segment */
81 struct GMT_DATASEGMENT *next; /* NULL unless polygon and has holes and pointing to next hole */
82 enum GMT_enum_alloc *alloc_mode; /* Allocation mode per column [GMT_ALLOC_INTERNALLY] */
[all …]