Home
last modified time | relevance | path

Searched refs:Face_location (Results 1 – 8 of 8) sorted by relevance

/dports/math/cgal/CGAL-5.3/examples/Polygon_mesh_processing/
H A Dlocate_example.cpp28 typedef PMP::Face_location<Mesh, FT> Face_location; typedef
38 Face_location random_location = PMP::random_location_on_mesh<FT>(tm); in main()
50 Face_location query_location = PMP::locate(query, tm); in main()
67 Face_location ray_location = PMP::locate_with_AABB_tree(ray_3, tree, tm); in main()
92 Face_location query_location_2 = PMP::locate(query_2, tm, CP::vertex_point_map(projection_pmap)); in main()
101Face_location ray_location_2 = PMP::locate(ray_2, tm, CP::vertex_point_map(projection_pmap)); // T… in main()
/dports/math/cgal/CGAL-5.3/examples/Surface_mesh_shortest_path/
H A Dshortest_path_with_locate.cpp29 typedef typename Surface_mesh_shortest_path::Face_location Face_location; typedef
52Face_location source_loc = shortest_paths.locate<AABB_face_graph_traits>(source_pt); // this build… in main()
64 Face_location target_loc = shortest_paths.locate<AABB_face_graph_traits>(ray, tree); in main()
H A Dshortest_paths_multiple_sources.cpp16 typedef Surface_mesh_shortest_path::Face_location Face_location; typedef
45 …std::vector<Face_location> faceLocations(nb_source_points, Face_location(face_descriptor(), face_l… in main()
/dports/math/cgal/CGAL-5.3/include/CGAL/Polygon_mesh_processing/
H A Dlocate.h404 Face_location<TriangleMesh, FT>
439 Face_location<TriangleMesh, FT>
472 Face_location<TriangleMesh, FT>
937 Face_location<TriangleMesh, FT>
944 typedef Face_location<TriangleMesh, FT> Face_location;
967 return Face_location();
1000 Face_location<TriangleMesh, FT>
1037 Face_location<TriangleMesh, FT>
1115 Face_location<TriangleMesh, FT>
1200 Face_location<TriangleMesh, FT>
[all …]
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/Plugins/Surface_mesh/
H A DScene_polyhedron_shortest_path_item.cpp37 typedef Surface_mesh_shortest_path::Face_location Face_location; typedef
64 void remove_nearest_point(const Scene_polyhedron_shortest_path_item::Face_location& ray);
65 void get_as_edge_point(Scene_polyhedron_shortest_path_item::Face_location& inOutLocation);
66 void get_as_vertex_point(Scene_polyhedron_shortest_path_item::Face_location& inOutLocation);
300 const Scene_polyhedron_shortest_path_item::Face_location& faceLocation) in remove_nearest_point()
332 Scene_polyhedron_shortest_path_item::Face_location& inOutLocation) in get_as_edge_point()
387 Scene_polyhedron_shortest_path_item::Face_location& inOutLocation) in get_as_vertex_point()
413 Face_location faceLocation = m_shortestPaths->locate(ray, m_aabbTree); in run_point_select()
H A DScene_polyhedron_shortest_path_item.h51 typedef Surface_mesh_shortest_path::Face_location Face_location; typedef
/dports/math/cgal/CGAL-5.3/include/CGAL/Surface_mesh_shortest_path/
H A DSurface_mesh_shortest_path.h183 typedef Face_location value_type;
184 typedef Face_location* pointer;
185 typedef Face_location& reference;
224 const Face_location& operator*() const
229 const Face_location* operator->() const
2282 Face_location location = face_location(v); in add_source_point()
2845 Face_location locate(const Point_3& p) const in locate()
2877 Face_location locate(const Point_3& p, in locate()
2897 return Face_location(f, b);
2950 Face_location locate(const Ray_3& ray, in locate()
[all …]
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/Plugins/PMP/
H A DEngrave_text_plugin.cpp308 typedef Surface_mesh_shortest_path::Face_location Face_location; typedef in Engrave_text_plugin
610 Face_location loc = Surface_mesh_shortest_path::locate( in visualize()
908 Face_location loc = Surface_mesh_shortest_path::locate( in cdt2_to_face_graph()