BWAPI
|
#include <Arr_polyhedral_sgm_arr_dcel.h>
Public Member Functions | |
Arr_polyhedral_sgm_arr_halfedge () | |
void | add_arr (unsigned int id) |
bool | is_arr (unsigned int id) const |
unsigned int | arr_mask () const |
void | set_arr (unsigned int id) |
Extend the arrangement halfedge
Arr_polyhedral_sgm_arr_halfedge< X_monotone_curve_2 >::Arr_polyhedral_sgm_arr_halfedge | ( | ) | [inline] |
Constructor
void Arr_polyhedral_sgm_arr_halfedge< X_monotone_curve_2 >::add_arr | ( | unsigned int | id | ) | [inline] |
Add a arrangement to the mask of the original arrangements in the minkowski sum.
arr_id | the id of the added arrangement |
unsigned int Arr_polyhedral_sgm_arr_halfedge< X_monotone_curve_2 >::arr_mask | ( | ) | const [inline] |
Obtain the mask of the ids of the original arrangements that contributed the halfedge while performing the minkowski sum
bool Arr_polyhedral_sgm_arr_halfedge< X_monotone_curve_2 >::is_arr | ( | unsigned int | id | ) | const [inline] |
Return true iff a given arrangement contributed this halfedge while performing the minkowski sum
void Arr_polyhedral_sgm_arr_halfedge< X_monotone_curve_2 >::set_arr | ( | unsigned int | id | ) | [inline] |
Set the arr of an edge with a value.
arr_id | the id to set to. |