Concept

FixedAlphaShapeCell_3

Definition

This concept describes the requirements for the base cell of a alpha shape with a fixed value alpha.

Refines

TriangulationCellBase_3.

Creation

FixedAlphaShapeCell_3 f;
default constructor.

FixedAlphaShapeCell_3 f ( Vertex_handle v0, Vertex_handle v1, Vertex_handle v2, Vertex_handle v3);
constructor setting the incident vertices.

FixedAlphaShapeCell_3 f ( Vertex_handle v0,
Vertex_handle v1,
Vertex_handle v2,
Vertex_handle v3,
Cell_handle n0,
Cell_handle n1,
Cell_handle n2,
Cell_handle n3);
constructor setting the incident vertices and the neighboring cells.

Access Functions

Classification_type f.get_classification_type () Returns the classification of the cell.

Classification_type f.get_facet_classification_type ( int i)
Returns the classification of the i-th facet of the cell.

Modifiers

void f.set_classification_type ( Classification_type type)
Sets classification of the cell.

void f.set_facet_classification_type ( int i, Classification_type type)
Sets the classification of the i-th facet of the cell.