The concept TriangulationDataStructure_2::Vertex describes the type used by a TriangulationDataStructure_2 to store the vertices.
Some of the requirements listed below are of geometric nature and are optional when using the triangulation data structure class alone. They became required when the triangulation data structure is plugged into a triangulation.
| |
Optional for the triangulation data
structure used alone.
|
In order to obtain new vertices or destruct unused vertices, the user must call the create_vertex() and delete_vertex() methods of the triangulation data structure.
|
| returns the geometric information of v. |
|
| returns a face of the triangulation having v as vertex. |
advanced |
|
| |
sets the geometric information to p. | ||
|
| |
sets the incident face to f. |
advanced |
|
| |
Checks the validity of the vertex. Must check that its incident face
has this vertex. The validity of the base vertex is also checked. When verbose is set to true, messages are printed to give a precise indication on the kind of invalidity encountered. |
|
| |
Inputs the non-combinatorial information possibly stored in the vertex. | ||
|
| Outputs the non combinatorial operation possibly stored in the vertex. |