14 #include <CGAL/boost/graph/graph_traits_Linear_cell_complex_for_combinatorial_map.h>
17 #include <CGAL/Linear_cell_complex_incremental_builder.h>
18 #include <CGAL/Combinatorial_map_constructors.h>
20 #include <CGAL/Cartesian.h>
22 typedef CGAL::Cartesian< double >
Kernel;
25 typedef CGAL::Linear_cell_complex_traits< 3, Kernel >
MyTraits;
29 template<
class Refs >
35 typedef CGAL::cpp11::tuple< Vertex_attribute, void, Face_attribute >
41 Linear_cell_complex_for_combinatorial_map< 2, 3, MyTraits, Myitem >
49 typedef LCC::Dart_handle Dart_handle;
64 Dart_handle s1 = lcc.make_edge();
65 Dart_handle t1 = lcc.make_combinatorial_polygon(3);
66 Dart_handle t2 = lcc.make_combinatorial_polygon(3);
67 Dart_handle t3 = lcc.make_combinatorial_polygon(3);
74 lcc.sew< 2 >(lcc.beta(t1, 1), lcc.beta(t2, 1));
93 std::cerr <<
"test_not_2_manifold_linear_cell_complex: LCC and "
94 "combinatorial maps cannot handle non-manifold topologies"