PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ c_int()

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

Definition at line 112 of file mvt.c.

113 {
114  return (id & 0x7) | (count << 3);
115 }
int count
Definition: genraster.py:57

References genraster::count.

Referenced by encode_ptarray().

Here is the caller graph for this function: