Home
last modified time | relevance | path

Searched refs:Primitive_id (Results 1 – 16 of 16) sorted by relevance

/dports/math/cgal/CGAL-5.3/include/CGAL/internal/Surface_mesh_segmentation/
H A DSDF_calculation.h90 typedef typename Tree::Primitive_id Primitive_id; typedef
303 Primitive_id closest_id; in calculate_sdf_value_of_point()
412 boost::tuple<bool, bool, double, Primitive_id> in cast_and_return_minimum()
413 min_distance(false, false, 0.0, Primitive_id()); in cast_and_return_minimum()
426 Primitive_id min_id; in cast_and_return_minimum()
431 Primitive_id id = op_it->second; in cast_and_return_minimum()
478 boost::tuple<bool, bool, double, Primitive_id> ray_casting( in ray_casting()
484 return boost::make_tuple(false, false, 0.0, Primitive_id()); in ray_casting()
488 return boost::make_tuple(false, false, 0.0, Primitive_id()); in ray_casting()
492 boost::tuple<bool, bool, double, Primitive_id> in ray_casting()
[all …]
H A DAABB_traversal_traits.h36 typedef typename AABBTraits::Primitive::Id Primitive_id; typedef
/dports/math/cgal/CGAL-5.3/include/CGAL/internal/AABB_tree/
H A DAABB_traversal_traits.h65 typedef typename AABBTraits::Primitive::Id Primitive_id; typedef
114 typedef typename AABBTraits::Primitive::Id Primitive_id; typedef
157 typedef typename AABBTraits::Primitive::Id Primitive_id; typedef
197 typedef typename AABBTraits::Primitive::Id Primitive_id; typedef
243 typedef typename AABBTraits::Primitive::Id Primitive_id; typedef
284 typedef typename AABBTraits::Primitive::Id Primitive_id; typedef
H A DAABB_ray_intersection.h241 boost::optional<typename AABB_tree<AABBTraits>::Primitive_id>
/dports/math/cgal/CGAL-5.3/examples/AABB_tree/
H A DAABB_polyhedron_facet_intersection_example.cpp24 typedef Tree::Primitive_id Primitive_id; typedef
71 std::list<Primitive_id> primitives; in main()
/dports/math/cgal/CGAL-5.3/examples/Surface_mesh/
H A Dsm_aabbtree.cpp21 typedef Tree::Primitive_id Primitive_id; typedef
68 std::list<Primitive_id> primitives; in main()
/dports/math/cgal/CGAL-5.3/include/CGAL/Minkowski_sum_2/
H A DAABB_traversal_traits_with_join.h65 typedef typename AABBTraits::Primitive::Id Primitive_id; typedef
114 typedef typename AABBTraits::Primitive::Id Primitive_id; typedef
157 typedef typename AABBTraits::Primitive::Id Primitive_id; typedef
197 typedef typename AABBTraits::Primitive::Id Primitive_id; typedef
243 typedef typename AABBTraits::Primitive::Id Primitive_id; typedef
368 typedef typename AABBTraits::Primitive::Id Primitive_id; typedef
H A DAABB_tree_with_join.h78 typedef typename Primitive::Id Primitive_id; typedef
255 boost::optional<Primitive_id> any_intersected_primitive(const Query& query) const;
725 typedef Counting_output_iterator<Primitive_id, size_type> Counting_iterator; in number_of_intersected_primitives()
779 boost::optional<typename AABB_tree_with_join<Tr>::Primitive_id>
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DAABB_tree.h85 typedef typename Primitive::Id Primitive_id; typedef
274 boost::optional<Primitive_id> any_intersected_primitive(const Query& query) const;
346 boost::optional<Primitive_id>
351 boost::optional<Primitive_id>
895 typedef Counting_output_iterator<Primitive_id, size_type> Counting_iterator; in number_of_intersected_primitives()
949 boost::optional<typename AABB_tree<Tr>::Primitive_id>
H A DPolyhedral_mesh_domain_3.h197 typedef typename AABB_tree_::Primitive_id AABB_primitive_id;
/dports/math/cgal/CGAL-5.3/include/CGAL/Polygon_mesh_processing/internal/Isotropic_remeshing/
H A DAABB_filtered_projection_traits.h45 typedef typename AABBTraits::Primitive::Id Primitive_id; typedef
/dports/math/cgal/CGAL-5.3/include/CGAL/Mesh_3/experimental/
H A DAABB_filtered_projection_traits.h43 typedef typename AABBTraits::Primitive::Id Primitive_id; typedef
/dports/math/cgal/CGAL-5.3/demo/AABB_tree/
H A Dbenchmarks.cpp273 std::list<Facet_tree::Primitive_id> primitive_ids; in bench_intersection()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libigl/igl/copyleft/cgal/
H A Dclosest_facet.cpp426 typename std::vector<typename Tree::Primitive_id> intersected_faces; in closest_facet()
434 [&](const typename Tree::Primitive_id& itr) -> size_t in closest_facet()
/dports/graphics/wings/libigl-2.1.0/include/igl/copyleft/cgal/
H A Dclosest_facet.cpp426 typename std::vector<typename Tree::Primitive_id> intersected_faces; in closest_facet()
434 [&](const typename Tree::Primitive_id& itr) -> size_t in closest_facet()
/dports/math/cgal/CGAL-5.3/include/CGAL/Polygon_mesh_processing/internal/Snapping/
H A Dsnap.h181 typedef typename AABBTraits::Primitive::Id Primitive_id; typedef