PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ CBT4

#define CBT4 (   to,
  method,
  a1,
  a2,
  a3,
  a4 
)
Value:
CHECKCB((to)->be_iface, method);\
return (to)->be_iface->cb->method((to)->be_topo, a1, a2, a3, a4)
#define CHECKCB(be, method)
Definition: lwgeom_topo.c:78

Definition at line 107 of file lwgeom_topo.c.

Referenced by lwt_be_getEdgeByFace(), lwt_be_getEdgeWithinBox2D(), lwt_be_getFaceWithinBox2D(), lwt_be_getNodeByFace(), and lwt_be_getNodeWithinBox2D().