Function

CGAL::import_from_polyhedron_3<LCC,Polyhedron>

#include <CGAL/Linear_cell_complex_constructors.h>


template<class LCC,class Polyhedron>
typename LCC::Dart_handle import_from_polyhedron_3 ( LCC& lcc, Polyhedron &apoly)
Imports apoly (a Polyhedron_3) into lcc. Objects are added in lcc, existing darts are not modified. Returns a dart created during the import.
Precondition: LCC::dimension≥2 and LCC::ambient_dimension==3.

See Also

CGAL::import_from_plane_graph<LCC>
CGAL::import_from_triangulation_3<LCC,Triangulation>