PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
#define FLAGS_SET_SOLID | ( | flags, | |
value | |||
) | ((flags) = (value) ? ((flags) | 0x20) : ((flags) & 0xDF)) |
Definition at line 151 of file liblwgeom.h.
Referenced by BOX3D_to_LWGEOM(), SFCGAL2LWGEOM(), and sfcgal_make_solid().