Home
last modified time | relevance | path

Searched refs:constrained_vertices (Results 1 – 2 of 2) sorted by relevance

/dports/math/cgal/CGAL-5.3/examples/Polygon_mesh_processing/
H A Dshape_smoothing_example.cpp29 std::set<Mesh::Vertex_index> constrained_vertices; in main() local
33 constrained_vertices.insert(v); in main()
36 std::cout << "Constraining: " << constrained_vertices.size() << " border vertices" << std::endl; in main()
37 CGAL::Boolean_property_map<std::set<Mesh::Vertex_index> > vcmap(constrained_vertices); in main()
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/
H A DScene_polyhedron_selection_item.cpp481 if(*it == constrained_vertices.first()|| *it == constrained_vertices.last()) in compute_temp_elements()
1539 for(it = constrained_vertices.begin(); it!=constrained_vertices.end()-1; ++it) in computeAndDisplayPath()
1558 if(constrained_vertices.contains(t)) in computeAndDisplayPath()
1630 d->constrained_vertices.clear(); in selectPath()
1659 d->constrained_vertices.clear(); in selectPath()
1680 d->constrained_vertices.append(vh); in selectPath()
1691 if( (vh == d->constrained_vertices.first() && first.vertex == d->constrained_vertices.last()) in selectPath()
1692 … || (vh == d->constrained_vertices.last() && first.vertex == d->constrained_vertices.first())) in selectPath()
1748 d->constrained_vertices.replace(d->constrained_vertices.size()-1, vh); in selectPath()
1757 d->constrained_vertices.clear(); in selectPath()
[all …]