* \brief A class storing intersections from intersecting two bounding box trees
*/
#ifndef DUMUX_BOUNDING_BOX_TREE_INTERSECTION_HH
#define DUMUX_BOUNDING_BOX_TREE_INTERSECTION_HH
#warning "This header is deprecated and will be removed after 3.2. Use more general class IntersectionInfo from header intersectingentities.hh"
#include<dune/common/fvector.hh>
#include<dune/common/promotiontraits.hh>
namespaceDumux{
/*!
* \ingroup Geometry
* \brief An intersection object resulting from the intersection of two bounding box tree primitives
*
* After is has been found that two leaf bounding boxes intersect a primitive test has to be
* performed to see if the actual entities inside the bounding box intersect too. The result
* if such an intersection is found as an object of this class containing the indices of the
* intersecting entities and the corners of the intersection object.
*/
template<classEntitySet0,classEntitySet1>
class[[deprecated("Will be removed after 3.2. Use more general class IntersectionInfo from header intersectingentities.hh")]]BoundingBoxTreeIntersection