PostGIS  2.5.7dev-r@@SVN_REVISION@@
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages

◆ FLAGS_SET_SOLID

#define FLAGS_SET_SOLID (   flags,
  value 
)    ((flags) = (value) ? ((flags) | 0x20) : ((flags) & 0xDF))

Definition at line 151 of file liblwgeom.h.