From eafc8f0d11322590b0366a94c081ac97ff2431bd Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Mon, 28 Jan 2008 14:55:52 +0000 Subject: [PATCH] include/CGAL/ImageIO.h is now back in CGAL --- Surface_mesher/include/CGAL/Gray_level_image_3.h | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/Surface_mesher/include/CGAL/Gray_level_image_3.h b/Surface_mesher/include/CGAL/Gray_level_image_3.h index 23880c88cb0..a9b9c741a56 100644 --- a/Surface_mesher/include/CGAL/Gray_level_image_3.h +++ b/Surface_mesher/include/CGAL/Gray_level_image_3.h @@ -29,19 +29,7 @@ #include #endif -/* Copy-paste from */ -struct point_image; -typedef struct point_image _image; - -extern void printSupportedFileFormat(); -extern _image* _readImage(const char *name); -extern void _freeImage(_image *im); -extern void _get_image_bounding_box(_image*, - float*, float*, float*, - float*, float*, float*); -extern void convertImageTypeToFloat(_image* image); -extern float triLinInterp(_image* image,float posx, float posy, float posz); -/* End of copy-paste from */ +#include namespace CGAL {