CGAL 5.1 - 3D Boolean Operations on Nef Polyhedra
|
#include <CGAL/Nef_polyhedron_3.h>
A vertex is a point in the 3-dimensional space. Its incidence structure can be accessed creating a sphere map of the vertex. This is done by the member function Nef_polyhedron_3::get_sphere_map()
.
Creation
There is no need for a user to create a Vertex
explicitly. The class Nef_polyhedron_3<Traits>
manages the needed vertices internally.
CGAL::Nef_polyhedron_3<Traits>
CGAL::Nef_polyhedron_S2<Traits>
Types | |
The following types are the same as in | |
typedef unspecified_type | Mark |
type of mark. More... | |
typedef unspecified_type | Point_3 |
point type stored in Vertex. More... | |
Operations | |
const Mark & | mark () const |
the mark of v . More... | |
const Point_3 & | point () const |
the point of v . More... | |
typedef unspecified_type CGAL::Nef_polyhedron_3< Nef_polyhedronTraits_3, Nef_polyhedronItems_3 >::Vertex::Mark |
type of mark.
typedef unspecified_type CGAL::Nef_polyhedron_3< Nef_polyhedronTraits_3, Nef_polyhedronItems_3 >::Vertex::Point_3 |
point type stored in Vertex.
const Mark& CGAL::Nef_polyhedron_3< Nef_polyhedronTraits_3, Nef_polyhedronItems_3 >::Vertex::mark | ( | ) | const |
the mark of v
.
const Point_3& CGAL::Nef_polyhedron_3< Nef_polyhedronTraits_3, Nef_polyhedronItems_3 >::Vertex::point | ( | ) | const |
the point of v
.