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

◆ FLAGS_SET_Z

#define FLAGS_SET_Z (   flags,
  value 
)    ((flags) = (value) ? ((flags) | LWFLAG_Z) : ((flags) & ~LWFLAG_Z))

Definition at line 172 of file liblwgeom.h.