CGAL 5.1 - 3D Polyhedral Surface
|
The PolyhedronItems_3::Vertex
concept refines the HalfedgeDSItems::Vertex
concept. This concept adds the requirement for the support of the geometry.
HalfedgeDSItems::Vertex
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 |
typedef unspecified_type PolyhedronItems_3::Vertex::Point |
point type stored in vertices.
A HalfedgeDS has no dimension, so this type is named Point
and not Point_3
typedef unspecified_type PolyhedronItems_3::Vertex::Supports_vertex_point |
\(\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 |