Commit Graph

45127 Commits

Author SHA1 Message Date
Andreas Fabri dae71df61b Code simplification 2010-09-23 14:10:14 +00:00
Andreas Fabri 0c7b263dee avoid log N reallocation steps when inserting N objects in a std::vector and add typedef Traits 2010-09-23 13:52:01 +00:00
Andreas Fabri 4704501e80 Add links to the demos in the specific Voronoi diagram packages 2010-09-23 12:59:26 +00:00
Andreas Fabri 44d11e2bc1 dont_submit thee Qt3 demo 2010-09-23 12:54:57 +00:00
Andreas Fabri e5999045e4 Remove debug output to cerr 2010-09-23 12:30:51 +00:00
Andreas Fabri 20e83656cf cleanup and use of CrossCursor only in the GraphicsView 2010-09-23 12:22:24 +00:00
Laurent Rineau c6b1e562f4 Finish the cleanup of the Qt3 demo of Snap_rounding_2 2010-09-23 11:50:12 +00:00
Andreas Fabri 8ecb2bd1f2 Draw points on the fly in an output iterator without first collecting them into a container 2010-09-23 11:35:09 +00:00
Andreas Fabri b8db07094a Draw points with line width 0, otherwise it is too slow when we have 1mio points 2010-09-23 09:25:29 +00:00
Andreas Fabri 2b8df41cdb cleanup 2010-09-23 07:52:35 +00:00
Andreas Fabri ef0c072342 Switch to PointsGraphicsItem that uses a kd-tree to quickly determine what points to redraw 2010-09-23 07:52:12 +00:00
Andreas Fabri 4306b967ee cleanup 2010-09-23 07:32:53 +00:00
Andreas Fabri 044dab1d6d Add typename 2010-09-23 07:30:03 +00:00
Laurent Rineau c6d77ff3af Partial revert of revision 58795 for <CGAL/Kinetic/Sort.h>. I had commited debug things from my working copy 2010-09-22 22:20:13 +00:00
Andreas Fabri 476713ca97 Add a graphics item for a point set in a kd-tree 2010-09-22 20:22:58 +00:00
Andreas Fabri e42710f1d2 cleanup 2010-09-22 20:22:00 +00:00
Laurent Rineau e14ec20c4b Move the declaration/definition of convert before its uses. 2010-09-22 16:29:52 +00:00
Laurent Rineau 6963eef49c Move the declaration/definition of convert before its uses. 2010-09-22 16:26:33 +00:00
Laurent Rineau 113141506d Fixes for CLang (more C++ conformance) 2010-09-22 16:24:04 +00:00
Laurent Rineau 531884edfb Add a fwd-declaration of orientationC2 (for clang) 2010-09-22 16:05:43 +00:00
Laurent Rineau 2b800fe1bd Fixes (for clang, but other compilers should complain the same way):
#include <CGAL/Handle_for.h>

  prefix get with CGAL::
2010-09-22 16:05:05 +00:00
Laurent Rineau 0f8ab08585 Fix: do not detect clang as a gcc version. 2010-09-22 16:02:12 +00:00
Laurent Rineau e8e9bcb2ad Add this->, because _is_in_true_x_range is in a templated base class. 2010-09-22 15:44:58 +00:00
Laurent Rineau 11c0009814 This directory needs CORE. 2010-09-22 15:42:07 +00:00
Andreas Fabri 569850f2f3 Access value type of iterator of container instead of value type of container 2010-09-22 14:34:35 +00:00
Andreas Fabri 6757d2d506 Qt3 -> Qt4 2010-09-22 14:33:43 +00:00
Andreas Fabri 1a47e14de2 Qt3 -> Qt4 2010-09-22 14:33:12 +00:00
Andreas Fabri 162df1ca5f Qt3 -> Qt4 2010-09-22 14:31:54 +00:00
Andreas Fabri 086ce1423f First version of a Qt4 based 2D spatial searching demo 2010-09-22 14:31:13 +00:00
Yves Brise fe42440b0f Start resolving the size_t vs. int comparison problems... (part 1) 2010-09-22 14:14:42 +00:00
Andreas Fabri c29e383991 Remove extra ';' 2010-09-22 06:21:53 +00:00
Andreas Fabri 17fca99269 Set a pen 2010-09-22 06:16:09 +00:00
Andreas Fabri b7f4ea49b6 Add typename 2010-09-22 06:15:46 +00:00
Andreas Fabri 5a4f57be05 Add #include file 2010-09-22 06:15:29 +00:00
Andreas Fabri 242a65b21a Added license header 2010-09-21 19:26:42 +00:00
Andreas Fabri 2d9beb8ef3 Add function to resive the grid 2010-09-21 13:26:25 +00:00
Andreas Fabri b8e5221f14 Add icons for snap rounding demo 2010-09-21 13:25:46 +00:00
Andreas Fabri 0239147049 Add icons for snap rounding demo 2010-09-21 13:25:29 +00:00
Andreas Fabri 78f805a6e2 Add IO and minor polish 2010-09-21 12:15:08 +00:00
Andreas Fabri 106fe433e0 the item must not itself decide to hide or show 2010-09-21 10:43:22 +00:00
Andreas Fabri 0ba646cb24 Add on/off for grid,input,output and allow to change delta 2010-09-21 10:42:11 +00:00
Andreas Fabri 8892804a1b The previous code was correct 2010-09-21 08:30:23 +00:00
Andreas Fabri 81fc72ae36 bug fix (typo) 2010-09-20 20:52:53 +00:00
Andreas Fabri 5ea8cf3143 forth -> fourth 2010-09-20 20:39:33 +00:00
Laurent Rineau d4029c2b0a Publish the demos tarball, if COLLECT_DEMOS_BINARIES is set. 2010-09-20 20:38:43 +00:00
Andreas Fabri e3f72da4b2 Qt3->Qt4 2010-09-20 20:34:45 +00:00
Andreas Fabri 7e78a32770 Qt3->Qt4 2010-09-20 20:29:49 +00:00
Andreas Fabri 13a2ce1e65 Qt3->Qt4 2010-09-20 20:26:30 +00:00
Andreas Fabri e7003b45ca intial version of Qt4 based Snaprounding demo 2010-09-20 20:24:27 +00:00
Andreas Fabri 7e26a61cf4 intial version of Qt4 based Snaprounding demo 2010-09-20 20:23:15 +00:00