MobilityDB 1.3
Loading...
Searching...
No Matches

◆ VALIDATE_GEOSET

#define VALIDATE_GEOSET (   set,
  ret 
)
Value:
do { \
if (! ensure_not_null((void *) (set)) || \
! ensure_geoset_type((set)->settype) ) \
return (ret); \
} while (0)
bool ensure_geoset_type(meosType type)
Ensure that a set value is a geo set.
Definition: meos_catalog.c:893
bool ensure_not_null(void *ptr)
Ensure that the pointer is not null.
Definition: temporal.c:136
set(CBUFFER_SRCS cbuffer.c tcbuffer.c tcbuffer_boxops.c tcbuffer_compops.c tcbuffer_distance.c tcbuffer_spatialfuncs.c tcbuffer_spatialrels.c tcbuffer_tempspatialrels.c) if(1) list(APPEND CBUFFER_SRCS cbufferset_meos.c) endif() add_library(cbuffer OBJECT $
Definition: CMakeLists.txt:1

Macro ensuring that a set is of a geometry or geography set.