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 |
|
|
Returns modulo 3. Precondition: . |
|
|
Returns modulo 3. Precondition: . |
|
| Returns the degree of v in the triangulation. |