Home
last modified time | relevance | path

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

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dsurface_old.c118 struct SURFACE_DATA { /* Data point and index to node it currently constrains */ struct
119 gmt_grdfloat x;
120 gmt_grdfloat y;
121 gmt_grdfloat z;
122 uint64_t index;
124 uint64_t number;
H A Dsurface_experimental.c210 struct SURFACE_DATA { /* Data point and index to node it currently constrains */ struct
211 gmt_grdfloat x, y, z;
212 unsigned int kind;
213 uint64_t index;
215 int64_t number;
H A Dsurface.c184 struct SURFACE_DATA { /* Data point and index to node it currently constrains */ struct
185 gmt_grdfloat x, y, z;
186 unsigned int kind;
187 uint64_t index;