Add copy constructor to the Arr_polyhedarl_sgm.

This commit is contained in:
Naama Mayer 2009-07-14 14:39:28 +00:00
parent 33d6a36b26
commit 6c664cb53c
1 changed files with 5 additions and 0 deletions

View File

@ -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 */