PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ c_int()

static uint32_t c_int ( enum mvt_cmd_id  id,
uint32_t  count 
)
inlinestatic

Definition at line 139 of file mvt.c.

140{
141 return (id & 0x7) | (count << 3);
142}
int count
Definition genraster.py:57

Referenced by encode_ptarray().

Here is the caller graph for this function: