AlphaShapeVertex_2 v; | |
default constructor.
| |
AlphaShapeVertex_2 v ( Point p); | |
constructor setting
the point.
| |
AlphaShapeVertex_2 v ( Point p, Face_handle ff); | |
constructor setting the point associated to and an incident face.
|
std::pair< FT, FT > | v.get_range () | returns two alpha values α1 ≤ α2, such as for α between α1 and α2, the vertex is attached but singular, and for α upper α2, the vertex is regular. |
void | v.set_range ( std::pair< FT, FT > I) | |
sets the alpha values α1 ≤ α2, such as for α between α1 and α2, the vertex is attached but singular, and for α upper α2, the vertex is regular. |