\( \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::KDOP_traits< N, GeomTraits, KDOPPrimitive, BboxMap, KDOPMap >::Intersection_and_primitive_id< Query > Struct Template Reference

#include <CGAL/KDOP_tree/KDOP_traits.h>

Definition

template<unsigned int N, typename GeomTraits, typename KDOPPrimitive, typename BboxMap = Default, typename KDOPMap = Default>
template<typename Query>
struct CGAL::KDOP_tree::KDOP_traits< N, GeomTraits, KDOPPrimitive, BboxMap, KDOPMap >::Intersection_and_primitive_id< Query >

Type of intersection result Intersection_and_primitive_id<Query>::Type::first_type is found according to the result type of GeomTraits::Intersect_3::operator(), (that is cpp11::result_of<GeomTraits::Intersect_3(Query, Primitive::Datum)>::type).

If it is boost::optional<T> then it is T, and the result type otherwise.