CGAL 5.6.1 - 3D Fast Intersection and Distance Computation (AABB Tree)
CGAL::AABB_traits< GeomTraits, AABBPrimitive, BboxMap >::Intersection_and_primitive_id< Query > Struct Template Reference

#include <CGAL/AABB_traits.h>

Definition

template<typename GeomTraits, typename AABBPrimitive, typename BboxMap = Default>
template<typename Query>
struct CGAL::AABB_traits< GeomTraits, AABBPrimitive, BboxMap >::Intersection_and_primitive_id< Query >

Intersection_and_primitive_id<Query>::Type::first_type is found according to the result type of GeomTraits::Intersect_3::operator().

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