Clement Jamin
144d03f08f
Merge branch 'Triangulation-higher_dimensions-odevil_shornus' of ssh://scm.cgal.org/var/git/cgal into Triangulation-higher_dimensions-odevil_shornus
2014-04-04 22:55:02 +02:00
Clement Jamin
b4b05769fd
Missing includes
2014-04-04 22:51:10 +02:00
Marc Glisse
4a321e57d2
Let it compile. Substitute_point_in_vertex_iterator should move out of
...
Triangulation ASAP.
2014-04-04 22:37:19 +02:00
Clement Jamin
9c8a469339
Use transform_iterator instead of iterator_adaptor
2014-04-04 16:06:33 +02:00
Clement Jamin
e2faf48a5c
Store a pointer instead of a ref in Substitute_point_in_vertex_iterator
2014-04-04 15:28:04 +02:00
Clement Jamin
5c5151ce2b
New "substitution iterator" for orientation computation
2014-04-03 17:39:29 +02:00
Clement Jamin
40538db82e
Use boost::optional::get_ptr() + comments
2014-04-01 17:19:54 +02:00
Clement Jamin
2258e7a810
Fix: use a pointer instead of a copy of Flat_orientation_d
...
Note: the previous commit fixing this problem (using
construct_flat_orientation_d_object()) was not compilable
2014-04-01 16:01:21 +02:00
Clement Jamin
3e7422dc75
Remove useless consts
2014-04-01 15:22:58 +02:00
Clement Jamin
92f3d67ebc
Do not use Flat_orientation_d default constructor (it might not exist)
2014-04-01 15:02:06 +02:00
Clement Jamin
2f874ff8a3
Bug fix (reference to temporary object)
...
Conflict_predicate now stores copies of the predicates instead of references.
2014-04-01 13:56:38 +02:00
Clement Jamin
3090bad5ce
Fix Dark_triangulation orientation bug.
...
See commit 7cb5ef208d
2014-03-31 20:06:12 +02:00
Marc Glisse
9e3028ba87
Let it compile.
...
Move the wrapper after the typedefs it uses.
Missing typename.
The last using typename may have to be replaced with a typedef for
gcc-4.6.
2014-03-25 16:53:46 +01:00
Clement Jamin
885741d466
Use Marc's new Kernel_d
2014-03-25 11:51:23 +01:00
Samuel Hornus
c823a02ae9
fix minor issues with code and doc regarding the locate() functions
2012-09-10 12:15:28 +00:00
Samuel Hornus
475ca91c6a
revised the definition of TDS::Facet and TDS::Rotor to avoid problems with automatic casting of Full_cell_handle to Facet, and fix Facet_iterator to not use the equality comparison of two Facets, which is not in the TDS concept
2012-07-19 13:46:48 +00:00
Samuel Hornus
427add5d67
removed points_begin()/end() from TriangulationFullCell
2012-07-17 12:44:39 +00:00
Olivier Devillers
284142f645
ambient vs max dim, (code first step)
2012-07-06 14:13:18 +00:00
Samuel Hornus
acccab37ca
- added missing "using Base::..."
...
- fixed DT::remove() to account for the removal of is_vertex(p, v, hint) function from the Triangulation class.
- call tds().incident... since the local incident... function has been removed.
2012-07-03 15:16:31 +00:00
Olivier Devillers
adbf200c70
all details in reviews implemented, remain some stuff in the todo list
2012-06-20 16:13:27 +00:00
Olivier Devillers
c4d210193c
implementing_reviews
2012-06-08 16:04:21 +00:00
Olivier Devillers
53d5c41759
implementing reviews of concept TDS
2012-05-25 14:45:48 +00:00
Olivier Devillers
952eff0b21
remove hack of substituting the query in the simplex before calling orientation
2011-10-19 17:22:12 +00:00
Olivier Devillers
84a832fa4d
few things
2011-10-14 14:46:25 +00:00
Olivier Devillers
6f972ff658
is_finite --> ! is_infinite
2011-10-13 15:27:14 +00:00
Samuel Hornus
1e991fcbe5
minor fixes
2011-06-09 14:50:59 +00:00
Samuel Hornus
6c798df21d
*) cleaner (like Triangulation_data_structure_3) handling of flags in simplices.
...
*) Remove usage of non-documented function from TDS in Delaunay_triangulation.h (ie, functions not in the TDS concept, mostly set/get_visited)
2011-05-31 12:11:11 +00:00
Samuel Hornus
dcf05ce797
compute_star -> star, remove adjacent, mark Concept function as such
2011-05-11 14:11:50 +00:00
Samuel Hornus
1dafc48b7a
renamed some functions, see TODO
2011-05-10 19:49:31 +00:00
Samuel Hornus
5f9d0ee0bd
rename all classes, did not rename some member functions yet
2011-05-10 14:34:11 +00:00