PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ sfcgal_postgis_init()

void sfcgal_postgis_init ( void  )

Definition at line 61 of file postgis/lwgeom_sfcgal.c.

62 {
63  if (!__sfcgal_init)
64  {
65  sfcgal_init();
66  sfcgal_set_error_handlers((sfcgal_error_handler_t)(void *)lwpgnotice,
67  (sfcgal_error_handler_t)(void *)lwpgerror);
68  sfcgal_set_alloc_handlers(lwalloc, lwfree);
69  __sfcgal_init = 1;
70  }
71 }
void lwfree(void *mem)
Definition: lwutil.c:242
void * lwalloc(size_t size)
Definition: lwutil.c:227
static int __sfcgal_init

References __sfcgal_init, lwalloc(), and lwfree().

Referenced by postgis_sfcgal_noop(), sfcgal_approximate_medial_axis(), sfcgal_area3D(), sfcgal_difference3D(), sfcgal_extrude(), sfcgal_force_lhr(), sfcgal_from_ewkt(), sfcgal_intersection3D(), sfcgal_is_planar(), sfcgal_minkowski_sum(), sfcgal_orientation(), sfcgal_straight_skeleton(), sfcgal_tesselate(), sfcgal_union3D(), sfcgal_volume(), and ST_ConstrainedDelaunayTriangles().

Here is the call graph for this function:
Here is the caller graph for this function: