AlphaShapeVertex_3::Point | |
Must be the same as the point type provided by
the geometric traits class of the triangulation.
| |
AlphaShapeVertex_3::Alpha_status | |
Must be CGAL::Alpha_status<NT>
where NT is the number type used in the geometric traits class
of the triangulation.
|
AlphaShapeVertex_3 v; | |
default constructor.
| |
AlphaShapeVertex_3 v ( Point p); | |
constructor setting
the point associated to.
| |
AlphaShapeVertex_3 v ( Point p, Cell_handle c); | |
constructor setting the point associated to and an incident cell.
|
Alpha_status* | v.get_alpha_status () | Returns a pointer the alpha status of the vertex. |