mirror of https://github.com/CGAL/cgal
Add copy constructor to the Arr_polyhedarl_sgm.
This commit is contained in:
parent
33d6a36b26
commit
6c664cb53c
|
|
@ -65,6 +65,11 @@ public:
|
|||
* the halfedge while performing the minkowski sum
|
||||
*/
|
||||
unsigned int arr_mask() const { return m_arr_mask; }
|
||||
|
||||
/*! Set the arr of an edge with a value.
|
||||
* \param arr_id the id to set to.
|
||||
*/
|
||||
void set_arr(unsigned int id) { m_arr_mask = id; }
|
||||
};
|
||||
|
||||
/*! Extend the arrangement face */
|
||||
|
|
|
|||
Loading…
Reference in New Issue