Skip to content

Commit

Permalink
[sfcgal]: remove methods from lwgeom_sfcgal.h
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoletti committed Feb 15, 2024
1 parent 80d7269 commit cc03dd5
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions sfcgal/lwgeom_sfcgal.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,29 +36,5 @@ GSERIALIZED *SFCGALGeometry2POSTGIS(const sfcgal_geometry_t *geom, int force3D,
/* Conversion from SFCGAL::PreparedGeometry to GSERIALIZED */
GSERIALIZED *SFCGALPreparedGeometry2POSTGIS(const sfcgal_prepared_geometry_t *geom, int force3D);

// Datum sfcgal_intersects(PG_FUNCTION_ARGS);
// Datum sfcgal_intersects3D(PG_FUNCTION_ARGS);
// Datum sfcgal_intersection(PG_FUNCTION_ARGS);
// Datum sfcgal_difference3D(PG_FUNCTION_ARGS);
// Datum sfcgal_difference(PG_FUNCTION_ARGS);
// Datum sfcgal_union3D(PG_FUNCTION_ARGS);
// Datum sfcgal_union(PG_FUNCTION_ARGS);
// Datum sfcgal_volume(PG_FUNCTION_ARGS);
// Datum sfcgal_triangulate(PG_FUNCTION_ARGS);
// Datum sfcgal_distance(PG_FUNCTION_ARGS);
// Datum sfcgal_distance3D(PG_FUNCTION_ARGS);
// Datum sfcgal_make_solid(PG_FUNCTION_ARGS);
// Datum sfcgal_is_solid(PG_FUNCTION_ARGS);
// Datum sfcgal_convexhull3D(PG_FUNCTION_ARGS);
// Datum sfcgal_alphashape(PG_FUNCTION_ARGS);
// Datum sfcgal_optimalalphashape(PG_FUNCTION_ARGS);
// Datum sfcgal_optimalalphashape(PG_FUNCTION_ARGS);
// Datum sfcgal_ymonotonepartition(PG_FUNCTION_ARGS);
// Datum sfcgal_approxconvexpartition(PG_FUNCTION_ARGS);
// Datum sfcgal_greeneapproxconvexpartition(PG_FUNCTION_ARGS);
// Datum sfcgal_optimalconvexpartition(PG_FUNCTION_ARGS);
// Datum sfcgal_extrudestraigthskeleton(PG_FUNCTION_ARGS);
// Datum sfcgal_visibility(PG_FUNCTION_ARGS);

/* Initialize sfcgal with PostGIS error handlers */
void sfcgal_postgis_init(void);

0 comments on commit cc03dd5

Please sign in to comment.