Laurent Rineau
dfba14f23c
Rename <CGAL/$LIB/export.h> to <CGAL/export/$LIB.h>
2011-10-12 09:43:19 +00:00
Sébastien Loriot
3dfc826c51
LGPLv2.1 -> LGPLv3 for ImageIO
2011-10-10 14:04:01 +00:00
Andreas Fabri
d1eb195a4e
Add declspecs for Visual C++ so that we can build dlls
2011-10-06 09:55:53 +00:00
Marc Glisse
9ad023eeb2
Don't include compiler_config.h directly.
2011-05-30 10:12:38 +00:00
Sylvain Pion
5fda817f95
Remove a few "warning: extra ';'" with g++ -pedantic.
2009-11-14 11:49:52 +00:00
Laurent Rineau
43cc745311
Commit work of previous days (week-end, yesterday and this morning):
...
The surface mesher Qt4 demo can now deal with labellized images.
2008-10-07 13:00:59 +00:00
Laurent Rineau
e78c6b9855
image's vx, vy, vz are in double (not float).
2008-04-17 10:11:30 +00:00
Laurent Rineau
8ea291d1fd
Add a default value for point requests outside of the image viewport.
...
That breaks the ABI (which is already incompatible with CGAL-3.3 anyway).
MOTE: That also gives a slightly different semantic, in the default case!
2008-04-16 12:15:56 +00:00
Laurent Rineau
a9ccb7251e
Reduce the amount of code, by using a macro CGAL_IMAGE_IO_CASE that
...
implements a switch for all image type cases (similar to
vtkTemplateMacroCase in VTK).
2008-04-16 11:00:54 +00:00
Laurent Rineau
f0226fd8a2
Add three new parameteres to _readImage_raw, to specify the spacing of the
...
image (vx, vy, vz).
2008-04-08 08:58:00 +00:00
Laurent Rineau
4f66ba21b8
Fix the license header, that was referring to a non-existent file.
2008-04-01 09:06:34 +00:00
Andreas Fabri
c2fc0798a0
Added autolinking
2008-02-08 13:52:47 +00:00
Laurent Rineau
093d93d73d
- CGALimageIO now has a header <CGAL/ImageIO.h>,
...
- all files and headers have a copyright header,
- CGALimageIO no longer need the cpp flag -I. (use #include "..." instead
of #include <...>.
Checked: local compilation of libCGALimageIO works. I assume the
install_cgal will be able to compile it as well.
2008-01-24 14:42:03 +00:00