Home
last modified time | relevance | path

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

/dports/math/cgal/CGAL-5.3/examples/Heat_method_3/
H A Dheat_method_surface_mesh.cpp15 typedef CGAL::Heat_method_3::Surface_mesh_geodesic_distances_3<Triangle_mesh> Heat_method; typedef
32 Heat_method hm(tm); in main()
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/Plugins/Display/
H A DDisplay_property_plugin.cpp333 typedef CGAL::Heat_method_3::Surface_mesh_geodesic_distances_3<SMesh> Heat_method; typedef in DisplayPropertyPlugin
893 Heat_method * hm = nullptr; in displayHeatIntensity()
901 hm = new Heat_method(mesh); in displayHeatIntensity()
1452 boost::unordered_map<Scene_surface_mesh_item*, Heat_method*> mesh_heat_method_map;