\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 5.0 - K Discrete Oriented Polytope Tree (K-DOP Tree)
CGAL::KDOP_tree::Any_intersection_traits< KDOPTraits, Query > Class Template Reference

#include <CGAL/KDOP_tree/internal/KDOP_traversal_traits.h>

Definition

template<typename KDOPTraits, typename Query>
class CGAL::KDOP_tree::Any_intersection_traits< KDOPTraits, Query >

Traits used in the k-dop tree traversal to get the first intersection obtained in the tree traversal, which is different from First_intersection_traits which is to get the intersection closest to the source of a ray.