| CGAL 4.4 - 3D Polyhedral Surface | 
The PolyhedronItems_3::Vertex concept refines the HalfedgeDSItems::Vertex concept. This concept adds the requirement for the support of the geometry. 
| Types in PolyhedronItems_3::Vertex_wrapper<Refs,Traits>::Vertex | |
| typedef unspecified_type | Point | 
| point type stored in vertices.  More... | |
| typedef unspecified_type | Supports_vertex_point | 
| \(\equiv\) CGAL::Tag_true. A point is always required.  More... | |
| Creation | |
| Vertex () | |
| Default constructor.  More... | |
| Vertex (Point) | |
| Constructor from a point.  More... | |
| Operations | |
| Point & | point () | 
| const Point & | point () const | 
point type stored in vertices.
A HalfedgeDS has no dimension, so this type is named Point and not Point_3 
\(\equiv\) CGAL::Tag_true. A point is always required. 
| PolyhedronItems_3::Vertex::Vertex | ( | ) | 
Default constructor.
| PolyhedronItems_3::Vertex::Vertex | ( | Point | ) | 
Constructor from a point.
| Point& PolyhedronItems_3::Vertex::point | ( | ) | 
| const Point& PolyhedronItems_3::Vertex::point | ( | ) | const |