Changeset: c663f92a19ee for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c663f92a19ee Modified Files: geom/monetdb5/geom_x3d.c Branch: sfcgal Log Message:
At the moment we use PolySurface for Collections since in Extrude we used a Collection to export a PolySurface. It still needs to be tested and accepted by the developers. diffs (32 lines): diff --git a/geom/monetdb5/geom_x3d.c b/geom/monetdb5/geom_x3d.c --- a/geom/monetdb5/geom_x3d.c +++ b/geom/monetdb5/geom_x3d.c @@ -11,8 +11,8 @@ static size_t x3d_3_multi_size(GEOSGeom static char *x3d_3_multi(GEOSGeom col, int precision, int opts, const char *defid); static char *x3d_3_psurface(GEOSGeom psur, int precision, int opts, const char *defid); static char *x3d_3_tin(GEOSGeom tin, int precision, int opts, const char *defid); -static size_t x3d_3_collection_size(GEOSGeom col, int precision, int opts, const char *defid); -static char *x3d_3_collection(GEOSGeom col, int precision, int opts, const char *defid); +/*static size_t x3d_3_collection_size(GEOSGeom col, int precision, int opts, const char *defid);*/ +/*static char *x3d_3_collection(GEOSGeom col, int precision, int opts, const char *defid);*/ static size_t geom_toX3D3(GEOSGeom geom, char *buf, int precision, int opts, int is_closed); static size_t geom_X3Dsize(GEOSGeom geom, int precision); @@ -599,7 +599,8 @@ x3d_3_tin(GEOSGeom tin, int precision, i return x3d; } - static size_t +#if 0 +static size_t x3d_3_collection_size(GEOSGeom col, int precision, int opts, const char *defid) { int i, ngeoms = GEOSGetNumGeometries(col); @@ -698,6 +699,7 @@ x3d_3_collection(GEOSGeom col, int preci x3d_3_collection_buf(col, x3d, precision, opts, defid); return x3d; } +#endif static size_t geom_toX3D3(GEOSGeom geom, char *output, int precision, int opts, int is_closed) _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list