AlphaShapeCell_3::NT | |
A number type. Must be the same as the number type used
in the traits class of the triangulation underlying the alpha shape.
| |
AlphaShapeCell_3::Alpha_status_iterator | |
An iterator with value type CGAL::Alpha_status<NT>.
|
AlphaShapeCell_3 f; | |||
default constructor.
| |||
AlphaShapeCell_3 f ( Vertex_handle v0, Vertex_handle v1, Vertex_handle v2, Vertex_handle v3); | |||
constructor setting the incident vertices.
| |||
| |||
constructor setting the incident vertices and the neighboring cells.
|
NT | f.get_alpha () | Returns the alpha value of the cell. |
Alpha_status_iterator | f.get_facet_status ( int i) | Returns an iterator on the CGAL::Alpha_status<NT> of the facet i of the cell. |
void | f.set_alpha ( NT alpha) | Sets the critical value of the cell. |
void | f.set_facet_status ( int i, Alpha_status_iterator as) | |
Sets the iterator pointing to the CGAL::Alpha_status<NT> of the facet i of the cell. |