![]() |
| Arrangement_2<Traits,Dcel>::Vertex v; | |
|
default constructor.
| |
All non-const methods listed below also have const counterparts that return constant handles, iterators or circulators:
| bool | v.is_at_open_boundary () const | checks whether the vertex lies at infinity and not associated with a point with bounded coordinates. | ||
| bool | v.is_isolated () const | checks whether the vertex is isolated (i.e., has no incident edges). | ||
| typename Dcel::Size | v.degree () const | returns the number of edges incident to v. | ||
| Halfedge_around_vertex_circulator | v.incident_halfedges () |
returns a circulator circulator that allows going over the halfedges
incident to v (that have v as their target).
The edges are traversed in a clockwise direction around v.
| ||
| Face_handle | v.face () |
returns a handle to the face that contains v in its interior.
| ||
| typename Traits::Point_2 | v.point () const |
returns the point associated with the vertex.
| ||
| Arr_parameter_space | v.parameter_space_in_x () const | returns the placement of the x-coordinate in the parameter space, that is, either the left boundary-side, the interior, or the right boundary-side. | ||
| Arr_parameter_space | v.parameter_space_in_y () const | returns the placement of the y-coordinate in the parameter space, that is, either the bottom boundary-side, the interior, or the top boundary-side. |