mirror of https://github.com/CGAL/cgal
move edge_index that is not defined in boost
This commit is contained in:
parent
47e8f6167f
commit
9b8f910cee
|
|
@ -19,5 +19,4 @@
|
|||
|
||||
// List the named parameters imported from boost we are using in CGAL
|
||||
CGAL_add_named_parameter(vertex_index_t, vertex_index_map, vertex_index_map)
|
||||
CGAL_add_named_parameter(edge_index_t, edge_index_map, edge_index_map)
|
||||
CGAL_add_named_parameter(graph_visitor_t, visitor, visitor)
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
// List of new named parameters that we use in CGAL
|
||||
CGAL_add_named_parameter(vertex_point_t, vertex_point_map, vertex_point_map)
|
||||
CGAL_add_named_parameter(face_index_t, face_index_map, face_index_map)
|
||||
CGAL_add_named_parameter(edge_index_t, edge_index_map, edge_index_map)
|
||||
CGAL_add_named_parameter(halfedge_index_t, halfedge_index_map, halfedge_index_map)
|
||||
CGAL_add_named_parameter(edge_is_constrained_t, edge_is_constrained, edge_is_constrained_map)
|
||||
CGAL_add_named_parameter(edge_is_constrained_params_t, edge_is_constrained_params, edge_is_constrained_map_params)
|
||||
|
|
|
|||
Loading…
Reference in New Issue