Commit Graph

31378 Commits

Author SHA1 Message Date
Andreas Fabri 73de51778d minor fixes 2006-11-14 13:05:45 +00:00
Andreas Fabri 4c4eb4ccf6 minor fixes 2006-11-14 13:03:58 +00:00
Andreas Fabri b3163b478e minor fixes 2006-11-14 13:02:29 +00:00
Luis Peñaranda 3a9c5d3961 Faster and simpler refinement algorithm.
Code fixes.
2006-11-14 10:06:29 +00:00
Andreas Fabri d5a701b7d3 Arc -> Arc_2 to avoid nameclash when including windows.h 2006-11-14 09:03:12 +00:00
Michael Hemmer b2af681a83 more generic Root_of_traits:
added Make_root_of_2 functor to Root_of_traits
 - CGAL::make_root_of_2 is now using this functor
 - CGAL::make_root_of_2 mv into Root_of_traits.h
 
added new NT-support for Number_type_checker 

rm all *_fwd.h files
2006-11-13 20:01:39 +00:00
Michael Hemmer 15e9b4c27a rm warning in g++ > 4.0 2006-11-13 19:54:47 +00:00
Fernando Cacciola e124f68191 cache/fixed-vertex stuff removed 2006-11-13 14:45:33 +00:00
Fernando Cacciola bab3ef840c cache/fixed-vertex stuff removed 2006-11-13 14:38:30 +00:00
Fernando Cacciola 94dec4fd0b cache/fixed-vertex stuff removed 2006-11-13 14:36:19 +00:00
Ron Wein 7efc449214 A small fix requested by Michael Hoffmann. 2006-11-13 13:59:05 +00:00
Peter Hachenberger 8714bb6f2f changes in the fashion of Plane_3<R> to typename R::Plane_3
in order to guarantee equal types
2006-11-13 13:43:37 +00:00
Andreas Fabri 42dac6c89d A fix so that test/Interpolation/test_regular_neighbors_2.C passes 2006-11-13 10:41:11 +00:00
Andreas Fabri 7bb9ec24ae Regular_triangulation_euclidean_traits_2 needs the Rep_tag 2006-11-13 10:30:29 +00:00
Andreas Fabri 3201ed1ac8 Changed variable name to avoid nameclash when including windows.h 2006-11-12 20:58:14 +00:00
Andreas Fabri ccc18db2ac include the header files from the correct directory 2006-11-12 20:39:05 +00:00
Andreas Fabri b1f3ba8552 qualified function calls with AlgebraicSphereFunctors:: 2006-11-12 20:29:51 +00:00
Baruch Zukerman 8b623aae36 fixed a bug at assign (unbounded faces are not marked) 2006-11-12 11:18:52 +00:00
Daniel Russel 786d732925 about to add hybrid moveall/static method 2006-11-11 22:41:08 +00:00
Andreas Fabri 3bb7c0d5d4 workaround for min/max problem 2006-11-11 17:34:54 +00:00
Andreas Fabri c9157d7164 make Null_matrix static so that it is in each compilation unit 2006-11-11 17:23:22 +00:00
Andreas Fabri 1676543f38 Renamed Arc to Arc_2 to avoid name clash when including windows.h 2006-11-11 17:15:12 +00:00
Andreas Fabri 1fe78f2663 Renamed Arc to Arc_2 to avoid name clash when including windows.h 2006-11-11 17:14:16 +00:00
Andreas Fabri 105eef3d09 Renamed Arc to Arc_2 to avoid name clash when including windows.h 2006-11-11 17:13:22 +00:00
Andreas Fabri 3f08b1c88b Renamed Arc to Arc_2 to avoid name clash when including windows.h 2006-11-11 17:11:32 +00:00
Andreas Fabri 85a55d6324 lowercase function name to respect naming conventions 2006-11-10 15:53:09 +00:00
Andreas Fabri 162f6f852b Add VRML2 ouput 2006-11-10 15:48:47 +00:00
Andreas Fabri 1a171ea56d replace #define with an enum inside the scope of the class 2006-11-10 14:20:44 +00:00
Michael Hemmer 9b95f31c05 rm global function io_tag
introduced Io_traits with public type Io_tag. 
the default is io_Operator_tag 
--> rm most io_tag specializations without replacement
2006-11-10 13:36:37 +00:00
Michael Hemmer f2c153bb36 minor changes for gcc-3.3 2006-11-10 13:27:25 +00:00
Michael Hemmer 925a0a422e minor changes for g++-3.3 2006-11-10 13:26:52 +00:00
Andreas Fabri dd978791ea Workaround for VC++ -- reintroduced 2006-11-10 11:51:35 +00:00
Andreas Fabri 7dffce7144 Workaround for VC++ 2006-11-10 09:46:21 +00:00
Michael Hemmer d3c48bd8e3 test of iformat/oformat read/write for fundamental types 2006-11-10 09:02:21 +00:00
Ron Wein 94dbf52624 A bug fix by Baruch. 2006-11-10 07:47:02 +00:00
Luis Peñaranda e08c4f944b Every polynomial_1 has now its roots associated. 2006-11-09 17:36:05 +00:00
Michael Hemmer bf39ff9b89 rm using std::min std::max
global function calls functors CGAL::Min CGAL::MAX
2006-11-09 14:27:40 +00:00
Laurent Rineau 652de4ef9f Problems with shared libraries under Darwin: only libCGAL can be compiled shared. 2006-11-09 12:59:38 +00:00
Michael Hemmer 62cdb8db9e wrap up of includes
+ rm bug of Is_valid<long double> ?
2006-11-09 12:39:23 +00:00
Laurent Rineau db01da6787 amend the installation manual for the option --disable-static 2006-11-08 17:35:35 +00:00
Laurent Rineau 89e50413bc fix -lGL to $(OPENGL_LIBS)
This should probably be a third library support
2006-11-08 17:23:59 +00:00
Laurent Rineau 7670f12222 Add the new option --disable-static to the result of --help 2006-11-08 17:06:15 +00:00
Laurent Rineau 0e713f8f29 - add support for shared libCGALQt
- enable option "--disable-shared" in install_cgal (non interractive mode only)
2006-11-08 16:43:48 +00:00
Daniel Russel 80913260a8 remove ntt 2006-11-08 16:23:43 +00:00
Michael Hemmer 10897c9daa simplified Syntax 2006-11-08 14:46:59 +00:00
Michael Hemmer 6e8bfad68a new design for Tag_true/Tag_false
get tag via Boolean_tag<bool>
has public member: bool value
2006-11-08 14:36:53 +00:00
Michael Hemmer 32fc473988 replaced Number_type_traits by Algbraic_structure_traits 2006-11-08 13:49:39 +00:00
Baruch Zukerman f5ec0f806f fixed a bug when shooting an isolated vertex. 2006-11-08 13:24:55 +00:00
Efi Fogel fee0b25282 Fixed image width 2006-11-08 12:02:55 +00:00
Efi Fogel 698595a895 1st revision 2006-11-08 12:02:31 +00:00