PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
#define FLAGS_SET_BBOX | ( | flags, | |
value | |||
) | ((flags) = (value) ? ((flags) | 0x04) : ((flags) & 0xFB)) |
Definition at line 148 of file liblwgeom.h.
Referenced by gserialized_from_lwgeom(), lwcircstring_construct(), lwcollection_construct(), lwcollection_from_gserialized_buffer(), lwgeom_add_bbox(), lwgeom_add_bbox_deep(), lwgeom_drop_bbox(), lwline_construct(), lwpoint_construct(), lwpoly_construct(), lwtriangle_construct(), test_flags_macros(), and test_gbox_serialized_size().