Home
last modified time | relevance | path

Searched refs:Shell_entry_const_iterator (Results 1 – 13 of 13) sorted by relevance

/dports/math/cgal/CGAL-5.3/include/CGAL/Nef_3/
H A DVolume.h42 typedef typename Refs::Shell_entry_const_iterator
43 Shell_entry_const_iterator; typedef
82 Shell_entry_const_iterator shells_begin() const in shells_begin()
84 Shell_entry_const_iterator shells_end() const in shells_end()
H A DSNC_const_decorator.h88 typedef typename SNC_structure::Shell_entry_const_iterator Shell_entry_const_iterator; typedef
177 Shell_entry_const_iterator shells_begin(Volume_const_handle c) const { in shells_begin()
180 Shell_entry_const_iterator shells_end(Volume_const_handle c) const { in shells_end()
H A DSNC_decorator_traits.h99 typedef typename Refs::Shell_entry_const_iterator Shell_entry_iterator;
H A DSNC_decorator.h117 typedef typename Base::Shell_entry_const_iterator Shell_entry_const_iterator; typedef
H A DSNC_structure.h400 class Shell_entry_const_iterator : public Object_const_iterator
403 Shell_entry_const_iterator() : Ibase() {} in Shell_entry_const_iterator() function
404 Shell_entry_const_iterator(const Ibase& b) : Ibase(b) {} in Shell_entry_const_iterator() function
/dports/math/cgal/CGAL-5.3/examples/Nef_3/
H A Dshell_exploration.cpp15 typedef Nef_polyhedron::Shell_entry_const_iterator Shell_entry_const_iterator; typedef
53 Shell_entry_const_iterator it; in main()
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A Ddraw_nef_3.h54 typedef typename Nef_Polyhedron::Shell_entry_const_iterator Shell_entry_const_iterator; typedef
164 Shell_entry_const_iterator it; in compute_elements()
H A DNef_polyhedron_3.h312 typedef typename SNC_structure::Shell_entry_const_iterator
313 Shell_entry_const_iterator; typedef
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/
H A Dcgalutils-project.cc226 CGAL_Nef_polyhedron3::Shell_entry_const_iterator j; in project()
H A Dsvg.cc373 CGAL_Nef_polyhedron3::Shell_entry_const_iterator it; in dump_svg()
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/
H A Dcgalutils-project.cc226 CGAL_Nef_polyhedron3::Shell_entry_const_iterator j; in project()
H A Dsvg.cc373 CGAL_Nef_polyhedron3::Shell_entry_const_iterator it; in dump_svg()
/dports/math/cgal/CGAL-5.3/include/CGAL/boost/graph/
H A Dconvert_nef_polyhedron_to_polygon_mesh.h322 typename Nef_polyhedron::Shell_entry_const_iterator shell, in collect_polygon_mesh_info()