CGAL 6.0.1 - 3D Polyhedral Surface
|
Classes | |
class | Polyhedron_3 |
A polyhedral surface Polyhedron_3 consists of vertices V , edges E , facets F and an incidence relation on them. More... | |
class | Polyhedron_incremental_builder_3 |
The auxiliary class Polyhedron_incremental_builder_3 supports the incremental construction of polyhedral surfaces, which is for example convenient when constructing polyhedral surfaces from file formats, such as the Object File Format (OFF) [5], OpenInventor [7] or VRML [1], [6]. More... | |
class | Polyhedron_items_3 |
The class Polyhedron_items_3 is a model of the PolyhedronItems_3 concept. More... | |
class | Polyhedron_min_items_3 |
The class Polyhedron_min_items_3 is a minimal model of the PolyhedronItems_3 concept. More... | |
class | Polyhedron_traits_3 |
The class Polyhedron_traits_3 is a model of the PolyhedronTraits_3 concept. More... | |
class | Polyhedron_traits_with_normals_3 |
The class Polyhedron_traits_with_normals_3 is a model of the PolyhedronTraits_3 concept. More... | |
Functions | |
template<class P , class GSOptions > | |
void | draw (const P &p, const GSOptions &gso) |
opens a new window and draws a polyhedron. | |
template<class P > | |
void | draw (const P &p) |
A shortcut to CGAL::draw(p, Graphics_scene_options{}) . | |
template<class P , class GSOptions > | |
void | add_to_graphics_scene (const P &p, CGAL::Graphics_scene &gs, const GSOptions &gso) |
adds the vertices, edges and faces of p into the given graphic scene gs . | |
template<class P > | |
void | add_to_graphics_scene (const P &p, CGAL::Graphics_scene &gs) |
A shortcut to CGAL::add_to_graphics_scene(p, gs, Graphics_scene_options{}) . | |