Home
last modified time | relevance | path

Searched refs:Infi_box (Results 1 – 18 of 18) sorted by relevance

/dports/math/cgal/CGAL-5.3/include/CGAL/Nef_3/
H A DSNC_const_decorator.h110 typedef typename SNC_structure::Infi_box Infi_box; typedef
209 if(!Infi_box::is_standard(hf->plane())) in is_bounded()
229 return Infi_box::is_standard(v->point()); in is_standard()
232 return Infi_box::is_standard(f->plane()); in is_standard()
234 static bool is_standard_kernel() { return Infi_box::standard_kernel(); } in is_standard_kernel()
237 Infi_box::set_size_of_infimaximal_box(size); in set_size_of_infimaximal_box()
265 CGAL_assertion(Infi_box::degree(sp.hx()) < 2 && in get_visible_facet()
266 Infi_box::degree(sp.hy()) < 2 && in get_visible_facet()
267 Infi_box::degree(sp.hz()) < 2 && in get_visible_facet()
268 Infi_box::degree(sp.hw()) == 0); in get_visible_facet()
[all …]
H A DNef_box.h35 typedef typename SNC_decorator::Infi_box Infi_box; typedef
66 if(Infi_box::degree(p.hx()) == 0) in extend()
71 if(Infi_box::degree(p.hy()) == 0) in extend()
76 if(Infi_box::degree(p.hz()) == 0) in extend()
H A DSNC_constructor.h121 typedef typename SNC_structure::Infi_box Infi_box; typedef
446 if(!Infi_box::is_edge_on_infibox(e)) in create_for_infibox_overlay()
516 CGAL_assertion(!Infi_box::is_standard(p)); in create_from_point_on_infibox_facet()
517 if(Infi_box::x_on_box(p)) { in create_from_point_on_infibox_facet()
523 if(Infi_box::y_on_box(p)) { in create_from_point_on_infibox_facet()
529 if(Infi_box::z_on_box(p)) { in create_from_point_on_infibox_facet()
544 if(!Infi_box::x_on_box(p)) { in create_from_point_on_infibox_edge()
548 } else if(!Infi_box::y_on_box(p)) { in create_from_point_on_infibox_edge()
552 } else if(!Infi_box::z_on_box(p)) { in create_from_point_on_infibox_edge()
993 if(Infi_box::is_type4(e)) in erase_redundant_vertices()
[all …]
H A DMark_bounded_volumes.h55 typedef typename SNC_structure::Infi_box Infi_box; typedef
71 if ( Infi_box::extended_kernel() ) ++vol_it; // skip Infi_box in operator()
H A Dbinop_intersection_tests.h34 typedef typename SNC_decorator::Infi_box Infi_box; typedef
71 if( Infi_box::degree( f1->plane().d() ) > 0 ) in operator()
97 if( Infi_box::degree( f0->plane().d() ) > 0 ) in operator()
H A DSNC_external_structure.h196 typedef typename SNC_structure::Infi_box Infi_box; typedef
349 Standard_point_3 sp = Infi_box::standard_point(p,eval); in pair_up_halfedges()
350 Standard_point_3 sq = Infi_box::standard_point(q,eval); in pair_up_halfedges()
356 if(Infi_box::is_edge_on_infibox(e)) in pair_up_halfedges()
357 if(Infi_box::is_type4(e)) in pair_up_halfedges()
360 if(Infi_box::is_type3(e)) in pair_up_halfedges()
517 Standard_point_3 sp = Infi_box::standard_point(p,eval);
524 if(Infi_box::is_edge_on_infibox(e))
525 if(Infi_box::is_type4(e))
528 if(Infi_box::is_type3(e))
[all …]
H A DSNC_SM_overlayer.h68 typedef typename Map::Infi_box Infi_box; typedef
116 if(!Infi_box::is_sedge_on_infibox(e)) { in simplify()
238 typedef typename Map::Infi_box Infi_box; typedef
383 if(!Infi_box::is_sedge_on_infibox(e)) { in simplify()
H A DSNC_io_parser.h921 typedef typename SNC_structure::Infi_box Infi_box;
922 typedef typename Infi_box::Standard_kernel Standard_kernel;
960 typedef typename Infi_box::Standard_point Standard_point;
961 typedef typename Infi_box::Standard_vector Standard_vector;
962 typedef typename Infi_box::Standard_plane Standard_plane;
1557 print_point(out, Infi_box::standard_point(v->point()));
1655 Standard_point sp = Infi_box::standard_point(e->point());
1745 print_plane(out, Infi_box::standard_plane(f->plane()));
1877 print_plane(out, Infi_box::standard_plane(e->circle()));
1993 print_plane(out, Infi_box::standard_plane(l->circle()));
[all …]
H A DSNC_decorator.h138 typedef typename Base::Infi_box Infi_box; typedef
465 … valid = valid && Infi_box::check_point_on_plane(shec1->source()->source()->point(), hfi->plane()); in CGAL_forall_facet_cycles_of()
H A DSNC_sphere_map.h76 typedef Infimaximal_box<typename Is_extended_kernel<Kernel>::value_type, Kernel> Infi_box; typedef
77 typedef typename Infi_box::Standard_kernel Standard_kernel;
H A DSNC_point_locator.h168 typedef typename SNC_structure::Infi_box Infi_box; typedef
461 if(Infi_box::extended_kernel()) { in locate()
H A DSNC_simplify.h73 typedef typename SNC_structure::Infi_box Infi_box; typedef
H A DSNC_structure.h218 typedef typename Sphere_map::Infi_box Infi_box; typedef
219 typedef typename Infi_box::Standard_kernel Standard_kernel;
H A DSNC_k3_tree_traits.h278 typedef typename SNC_structure::Infi_box Infimaximal_box;
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/ext/CGAL/
H A DCGAL_workaround_Mark_bounded_volumes.h78 typedef typename SNC_structure::Infi_box Infi_box; typedef
111 if ( Infi_box::extended_kernel() ) ++vol_it; // skip Infi_box in operator()
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/ext/CGAL/
H A DCGAL_workaround_Mark_bounded_volumes.h78 typedef typename SNC_structure::Infi_box Infi_box; typedef
111 if ( Infi_box::extended_kernel() ) ++vol_it; // skip Infi_box in operator()
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DNef_polyhedron_3.h278 typedef typename SNC_structure::Infi_box Infi_box; typedef
877 if(Infi_box::extended_kernel()) { in operator()
893 if(Infi_box::is_standard(v->point())) { in operator()
1183 if(!Infi_box::is_standard(v->point())) continue; in is_convex()
1263 if(Infi_box::extended_kernel()) in is_empty()
1280 if(Infi_box::extended_kernel()) in is_space()
1726 if(Infi_box::is_infibox_corner(vi->point())) in transform()
1752 if(Infi_box::is_infibox_corner((*li)->point())) { in transform()
1769 if(!Infi_box::is_sedge_on_infibox(sei)) { in transform()
1816 if(Infi_box::is_infibox_corner((*li)->point())) { in transform()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/boost/graph/
H A Dconvert_nef_polyhedron_to_polygon_mesh.h108 CGAL_assertion(Nef_polyhedron::Infi_box::is_standard(opposite_facet->plane())); in visit()
354 if ( Nef_polyhedron::Infi_box::extended_kernel() ) ++vol_it; // skip Infi_box