Nico Kruithof
5487601ae1
Implemented the empty circumcircle button
2013-01-25 17:18:44 +01:00
Nico Kruithof
ae5565d912
Working on the P2T2 demo
2013-01-24 21:16:54 +01:00
Nico Kruithof
05f7dbc322
Working on the demo, adding more icons to the toolbar
2013-01-24 20:21:01 +01:00
Nico Kruithof
d23bb62118
Moved the Periodic demo to the graphicsview package. This makes it easier to find icons and other resources
2013-01-22 10:12:49 +01:00
Nico Kruithof
a283157273
Updated comments
2013-01-22 10:12:32 +01:00
Nico Kruithof
19b1c229ae
Also remove the old point when simulating insertion.
2013-01-21 15:40:50 +01:00
Nico Kruithof
a76b314cd4
Fixed another bug when changing the domain
2013-01-17 21:40:24 +01:00
Nico Kruithof
2f11cd898c
Fixing compiler warnings and a bug when setting the domain
2013-01-17 21:36:24 +01:00
Nico Kruithof
46e77c4ae2
Adding examples for the batch insertion with info
2013-01-17 21:36:07 +01:00
Nico Kruithof
2caa469aaa
Added batched insertion with info
2013-01-17 21:21:49 +01:00
Nico Kruithof
3679ef8bfd
Moving the demo one directory up to let the scripts pick it up.
2013-01-17 20:22:30 +01:00
Nico Kruithof
2e293d597c
Fixed a warning
2013-01-15 22:11:58 +01:00
Nico Kruithof
5a3f51dbe4
Fixed the p2t2_find_conflicts example.
2013-01-15 21:55:21 +01:00
Nico Kruithof
d625043083
Merge branch 'Periodic_2_triangulation_2-nkruithof' of ssh://scm.cgal.org/var/git/cgal into Periodic_2_triangulation_2-nkruithof
2013-01-15 16:00:17 +01:00
Nico Kruithof
369914fa52
Fixing compiler warnings
2013-01-15 15:28:04 +01:00
Nico Kruithof
17e76ee7bf
Trying to resolve an error that Gabe sees.
2013-01-13 21:56:33 +01:00
Nico Kruithof
cbd37b7769
Optimizing removal of points from the Delaunay triangulation by making special functions for the case when the Offset is (0,0)
2013-01-10 21:35:49 +01:00
Nico Kruithof
1abde8b1e9
Code cleanup and minor optimization
2013-01-08 22:29:42 +01:00
Nico Kruithof
12ab336e81
Adding removal of vertices to the random insertion test
2013-01-08 21:38:39 +01:00
Nico Kruithof
cf82153001
Gredner performance benchmark test
2013-01-08 21:35:55 +01:00
Nico Kruithof
d5244f0878
Implemented optimized removal of degree 7 Delaunay vertices.
2013-01-08 21:35:32 +01:00
Nico Kruithof
62cbe46171
Fixed type
2013-01-06 21:38:42 +01:00
Nico Kruithof
31afbf49bd
Implemented removal of vertices in the demo
2013-01-06 21:37:18 +01:00
Nico Kruithof
3cfc37800f
Working on the performance tests
2013-01-06 21:36:06 +01:00
Nico Kruithof
317a80680e
Implemented optimized removal of degree 4 vertices.
2013-01-06 21:21:58 +01:00
Nico Kruithof
d77eda2bba
Minor code changes
...
Added has_self_edges (similar to P3T3)
Minor optimizations
2013-01-06 21:21:18 +01:00
Nico Kruithof
59811d576a
Inheriting from the Filtered kernel to reduce code duplication
2013-01-05 11:28:40 +01:00
Sébastien Loriot
0470748e12
inherits from Filtered_predicates rather than defining a completely new one
...
I just needed to added a constructor where the approximate predicates and exact
one needed to be provided (which is reasonable and cannot hurts thanks to the
explicit)
2013-01-05 10:59:02 +01:00
Nico Kruithof
e834885e71
Implemented optimized removal of vertices with degree 6.
2012-12-31 16:36:07 +01:00
Nico Kruithof
8cad9164ad
Small optimizations
2012-12-31 10:54:03 +01:00
Nico Kruithof
09f7843b75
Adding another random generator.
2012-12-31 10:11:34 +01:00
Nico Kruithof
a49b32c31b
Implemented optimized removal of Delaunay vertices with degree 5
...
Tested a lot.
2012-12-31 10:09:17 +01:00
Nico Kruithof
90c9bc914a
Implemented optimized removal of Delaunay vertices with degree 3
2012-12-27 21:26:40 +01:00
Nico Kruithof
932247a2db
Removed old and commented code
2012-12-27 21:26:11 +01:00
Nico Kruithof
cdb5e049bb
Changing the default kernel.
2012-12-27 21:12:53 +01:00
Nico Kruithof
db031f82a1
Implemented removal of vertices from the periodic Delaunay triangulation
2012-12-27 21:11:39 +01:00
Nico Kruithof
464a07fe58
Adding the 2D periodic triangulation to the documentation
2012-12-27 20:02:39 +01:00
Nico Kruithof
e2e66640fd
Fixed predicate
2012-12-20 17:01:18 +01:00
Sébastien Loriot
0b36af6f28
enable filtering using kernel flags
2012-12-20 13:59:16 +01:00
Nico Kruithof
a79f027410
Code cleanup
...
Working on remove
Fixed issues with predicates
2012-12-20 11:20:48 +01:00
Nico Kruithof
4a4a80fc86
Fixed a kernel issue.
2012-12-20 11:14:21 +01:00
Nico Kruithof
432e12ff68
Fixing the in-circle test for the non 1-cover, starting to work on remove
2012-12-20 08:51:42 +01:00
Nico Kruithof
30f749bd35
Code cleanup.
2012-12-18 16:01:36 +01:00
Nico Kruithof
b06d990514
Worked on the performance of point location.
2012-12-18 15:16:01 +01:00
Nico Kruithof
f617763241
Make sure that the input points lie within the domain.
2012-12-18 13:24:39 +01:00
Nico Kruithof
88f412c215
Fixing a bug and optimizing flippable method
2012-12-18 13:24:11 +01:00
Nico Kruithof
1cc6f6d88c
Sanity check.
2012-12-18 13:23:15 +01:00
Nico Kruithof
698a459117
Formatting
2012-12-18 13:22:07 +01:00
Nico Kruithof
21df5ed5e6
Working more on performance:
...
added the non-recursive flip method
changed the test function
minor optimizations
2012-12-17 16:56:00 +01:00
Nico Kruithof
1fcc88f041
Changed the performance test application
2012-12-17 16:06:59 +01:00