This concept describes the requirements for the base vertex of a alpha shape with a fixed value alpha.
- Refines:
TriangulationVertexBase_3
- Has Models:
CGAL::Fixed_alpha_shape_vertex_base_3
|
typedef unspecified_type | Point |
| Must be the same as the point type provided by the geometric traits class of the triangulation.
|
|
|
bool | is_on_chull () |
| Returns a boolean indicating whether the point is on the convex hull of the point of the triangulation.
|
|
Classification_type | get_classification_type () |
| Returns the classification of the vertex.
|
|