PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
#define FLAGS_SET_READONLY | ( | flags, | |
value | |||
) | ((flags) = (value) ? ((flags) | 0x10) : ((flags) & 0xEF)) |
Definition at line 150 of file liblwgeom.h.
Referenced by lwline_clone_deep(), lwpoly_clone_deep(), ptarray_clone(), ptarray_clone_deep(), ptarray_construct_reference_data(), test_flags_macros(), and test_ptarray_append_ptarray().