Home
last modified time | relevance | path

Searched refs:set_face (Results 1 – 25 of 197) sorted by relevance

12345678

/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DPeriodic_2_triangulation_dummy_12.h132 vertices[0]->set_face(faces[0]); in insert_dummy_points()
133 vertices[1]->set_face(faces[1]); in insert_dummy_points()
134 vertices[2]->set_face(faces[2]); in insert_dummy_points()
135 vertices[3]->set_face(faces[3]); in insert_dummy_points()
136 vertices[4]->set_face(faces[4]); in insert_dummy_points()
137 vertices[5]->set_face(faces[5]); in insert_dummy_points()
138 vertices[6]->set_face(faces[6]); in insert_dummy_points()
139 vertices[7]->set_face(faces[7]); in insert_dummy_points()
140 vertices[8]->set_face(faces[8]); in insert_dummy_points()
141 vertices[9]->set_face(faces[12]); in insert_dummy_points()
[all …]
H A DHalfedgeDS_decorator.h263 set_face( hnew, get_face(h)); in split_face()
358 set_face( hnew, get_face( h)); in create_center_vertex()
367 set_face( g, fnew); in create_center_vertex()
368 set_face( gnew, fnew); in create_center_vertex()
482 set_face( h, f); in split_loop()
483 set_face( i, f); in split_loop()
484 set_face( j, f); in split_loop()
487 set_face( hnew->opposite(), f); in split_loop()
488 set_face( inew->opposite(), f); in split_loop()
489 set_face( jnew->opposite(), f); in split_loop()
[all …]
H A DHalfedgeDS_items_decorator.h184 void set_face( Halfedge_handle h, Face_handle f) const { in set_face() function
186 set_face(h, f, Supports_halfedge_face()); in set_face()
245 set_face( h, get_face( f)); in insert_halfedge()
285 h->HBase::set_face( f); in set_face_in_face_loop()
314 set_face( hprev->next(), hprev->face()); in flip_edge()
315 set_face( gprev->next(), gprev->face()); in flip_edge()
493 void set_face( Halfedge_handle, Face_handle, Tag_false) const {} in set_face() function
494 void set_face( Halfedge_handle h, Face_handle f, Tag_true) const { in set_face() function
495 h->HBase::set_face(f); in set_face()
H A DTriangulation_data_structure_2.h985 v->set_face(f); in insert_in_face()
1010 v->set_face(g); in insert_in_edge()
1047 v->set_face(f1); in insert_dim_up()
1053 v->set_face(f2); in insert_dim_up()
1169 q->set_face(f); in remove_degree_3()
1221 v->set_face(f); in dim_down()
1641 v1->set_face(f); in split_vertex()
1642 v2->set_face(g); in split_vertex()
1863 v->set_face(f1); in insert_degree_2()
1891 v1->set_face(ff1); in remove_degree_2()
[all …]
H A DStraight_skeleton_halfedge_base_2.h91 void set_face ( Face_handle g) { mF = g; } in set_face() function
130 void set_face ( Face_handle g ) { Base_base::set_face(g) ; } in set_face() function
H A DhalfedgeDS_cut_component.h73 D.set_face( g, Face_handle()); in halfedgeDS_cut_component()
85 D.set_face( hnew, D.get_face( gnext)); in halfedgeDS_cut_component()
106 D.set_face( hnew, D.get_face( gnext)); in halfedgeDS_cut_component()
H A DPolyhedron_3.h332 void set_face( Face_handle ff) { Base::set_face(ff);} in set_face() function
689 decorator.set_face( h, f); in make_triangle()
690 decorator.set_face( h->next(), f); in make_triangle()
691 decorator.set_face( h->next()->next(), f); in make_triangle()
717 decorator.set_face( h->opposite(), f); in make_tetrahedron()
718 decorator.set_face( g, f); in make_tetrahedron()
719 decorator.set_face( e->opposite(), f); in make_tetrahedron()
723 decorator.set_face( e, f); in make_tetrahedron()
724 decorator.set_face( d->opposite(), f); in make_tetrahedron()
728 decorator.set_face( d, f); in make_tetrahedron()
[all …]
H A DHalfedgeDS_halfedge_base.h159 void set_face( Face_handle g) { f = g; } in set_face() function
232 void set_face( Face_handle g) { f = g; } in set_face() function
273 void set_face( Face_handle g) { f = g; } in set_face() function
321 void set_face( Face_handle g) { f = g; } in set_face() function
/dports/math/cgal/CGAL-5.3/include/CGAL/internal/AFSR/
H A Dorient.h80 vvh[vertex_index_map[c->vertex(i1)]]->set_face(fh); in orient()
81 vvh[vertex_index_map[c->vertex(i2)]]->set_face(fh); in orient()
82 vvh[vertex_index_map[c->vertex(i3)]]->set_face(fh); in orient()
96 vvh[vertex_index_map[n->vertex(i1)]]->set_face(fh); in orient()
97 vvh[vertex_index_map[n->vertex(i2)]]->set_face(fh); in orient()
98 vvh[vertex_index_map[n->vertex(i3)]]->set_face(fh); in orient()
115 vinf->set_face(fn); in orient()
H A Dconstruct_surface_2.h87 vvh[vertex_index_map[c->vertex(i1)]]->set_face(fh); in construct_surface()
88 vvh[vertex_index_map[c->vertex(i2)]]->set_face(fh); in construct_surface()
89 vvh[vertex_index_map[c->vertex(i3)]]->set_face(fh); in construct_surface()
104 vvh[vertex_index_map[n->vertex(i1)]]->set_face(fh); in construct_surface()
105 vvh[vertex_index_map[n->vertex(i2)]]->set_face(fh); in construct_surface()
106 vvh[vertex_index_map[n->vertex(i3)]]->set_face(fh); in construct_surface()
126 vinf->set_face(fn); in construct_surface()
/dports/math/cgal/CGAL-5.3/include/CGAL/boost/graph/
H A Dgenerators.h164 set_face(h0, f, g); in make_triangle()
165 set_face(h1, f, g); in make_triangle()
166 set_face(h2, f, g); in make_triangle()
213 set_face(h0, f, g); in make_quad()
214 set_face(h1, f, g); in make_quad()
215 set_face(h2, f, g); in make_quad()
216 set_face(h3, f, g); in make_quad()
385 set_face(h0, f, g); in make_tetrahedron()
386 set_face(h1, f, g); in make_tetrahedron()
387 set_face(h2, f, g); in make_tetrahedron()
[all …]
H A DEuler_operations.h64 set_face(hprev2, f, g); in join_face()
468 set_face( h, f, g); in split_loop()
469 set_face( i, f, g); in split_loop()
470 set_face( j, f, g); in split_loop()
1058 set_face(first, f, pm); in add_faces()
1147 set_face(hd, f,g); in fill_hole()
1197 set_face( h2, fnew, g); in add_center_vertex()
1317 set_face(*hafib, f, g); in add_vertex_and_face_to_border()
1376 set_face(*hafib, f, g); in add_face_to_border()
1681 set_face(nnoh,fh,g); in flip_edge()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Nef_2/
H A DPM_decorator.h336 CGAL_For_all(hfc,hend) hfc->set_face(f); in link_as_outer_face_cycle()
345 CGAL_For_all(hfc,hend) hfc->set_face(f); in link_as_hole()
351 { f->store_iv(v); v->set_face(f); } in link_as_isolated_vertex()
365 e1->set_face(Face_handle()); e2->set_face(Face_handle());
391 er->set_face(Face_handle()); ero->set_face(Face_handle());
419 e_new->set_face(Face_handle()); e_opp->set_face(Face_handle());
550 e1->set_face(Face_handle()); e2->set_face(Face_handle());
677 { e->set_face(f); } in set_face()
681 { v->set_face(f); } in set_face()
730 e->set_face(f2); twin(e)->set_face(f1); in reflecting_inversion()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/boost/graph/internal/
H A Dhelpers.h31 set_face(h, boost::graph_traits<Graph>::null_face(), g); in set_border()
45 set_face(res, face(h, g), g); in copy()
46 set_face(ropp, face(hopp, g), g); in copy()
111 set_face(h, f, g); in set_face_in_face_loop()
124 set_face(h, face(f, g), g); in insert_halfedge()
/dports/science/mpqc/mpqc-2.3.1/src/lib/util/render/
H A Dpolygons.h61 void set_face(int iface, int v1, int v2, int v3);
62 void set_face(int iface, int v1, int v2, int v3, int v4);
H A Dpolygons.cc164 RenderedPolygons::set_face(int iface, int v1, int v2, int v3) in set_face() function in RenderedPolygons
176 RenderedPolygons::set_face(int iface, int v1, int v2, int v3, int v4) in set_face() function in RenderedPolygons
/dports/math/cgal/CGAL-5.3/include/CGAL/Nef_3/
H A DSNC_SM_overlayer.h79 using Base::set_face;
150 CGAL_For_all(hfc,hend) { set_face(hfc,f); linked[hfc]=true; } in simplify()
159 set_face(v,*(UF.find(Vitem[v]))); in simplify()
163 set_face(v, *(UF.find(Pitem[v->incident_sface()]))); in simplify()
246 using SM_decorator::set_face;
417 CGAL_For_all(hfc,hend) { set_face(hfc,f); linked[hfc]=true; } in simplify()
426 set_face(v,*(UF.find(Vitem[v]))); in simplify()
430 set_face(v, *(UF.find(Pitem[v->incident_sface()]))); in simplify()
/dports/misc/vxl/vxl-3.3.2/contrib/prip/vmap/
H A Dvmap_2_tmap.hxx34 void vmap_2_tmap< V,E,F,D >::set_face(vmap_dart_index arg, vmap_face_index arg_face) in set_face() function in vmap_2_tmap
37 this->dart(arg).set_face(get_face_pointer(arg_face)) ; in set_face()
125 set_face(arg, arg_face); in set_dart()
133 set_face(arg, arg_face); in set_dart()
215 d->set_face(nullptr) ; in set_face_cycles()
225 d->set_face((vmap_2_tmap_face*)0xFFFFFFFF) ; in set_face_cycles()
248 d->set_face(get_face_pointer(count_vertex)) ; in set_face_cycles()
336 i->set_face(v) ; in removal()
523 d->set_face(get_face_pointer(arg_kernel.father_index(d->face().sequence_index()))) ; in removal()
/dports/math/cgal/CGAL-5.3/include/CGAL/Polygon_mesh_processing/
H A Dextrude.h72 set_face(hedges[0], nf, mesh); in create_strip()
73 set_face(hedges[1], nf, mesh); in create_strip()
74 set_face(hedges[2], nf, mesh); in create_strip()
75 set_face(hedges[3], nf, mesh); in create_strip()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/pdf/pdfium/
H A Dpdfium_font_linux.cc128 description.set_face(kPdfFontSubstitutions[i].face); in MapFont()
153 description.set_face(face_utf8); in MapFont()
/dports/misc/vxl/vxl-3.3.2/contrib/oul/ouml/
H A Dpolygon_mesh.cxx87 int PolygonMesh::set_face(int index, Face &fc) in set_face() function in PolygonMesh
188 set_face(index, fc); in read_file()
/dports/www/chromium-legacy/chromium-88.0.4324.182/pdf/pdfium/
H A Dpdfium_font_linux.cc128 description.set_face(kPdfFontSubstitutions[i].face); in MapFont()
153 description.set_face(face_utf8); in MapFont()
/dports/math/cgal/CGAL-5.3/include/CGAL/internal/
H A DPeriodic_4_hyperbolic_triangulation_dummy_14.h236 vertices[0]->set_face(faces[0]); in insert_dummy_points()
239 vertices[i]->set_face(faces[i+7]); in insert_dummy_points()
243 vertices[i]->set_face(faces[i+3]); in insert_dummy_points()
245 vertices[13]->set_face(faces[30]); in insert_dummy_points()
/dports/math/cgal/CGAL-5.3/include/CGAL/boost/graph/IO/
H A DTds_2_off.h88 vvh[index]->set_face(fh);
106 vinf->set_face(fn);
/dports/math/cgal/CGAL-5.3/include/CGAL/IO/
H A DArrangement_2_reader.h266 new_occb->set_face(new_f); in _read_face()
283 new_iccb->set_face(new_f); in _read_face()
301 new_iso_vert->set_face(new_f); in _read_face()

12345678