EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
BoundingBox.hpp File Reference
#include "Acts/Utilities/Definitions.hpp"
#include "Acts/Utilities/Frustum.hpp"
#include "Acts/Utilities/Helpers.hpp"
#include "Acts/Utilities/Ray.hpp"
#include "Acts/Visualization/IVisualization3D.hpp"
#include <algorithm>
#include <array>
#include <iostream>
#include <limits>
#include <ostream>
#include <tuple>
#include <vector>
#include "Acts/Utilities/BoundingBox.ipp"
+ Include dependency graph for BoundingBox.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Acts::AxisAlignedBoundingBox< entity_t, value_t, DIM >
 
class  Acts::AxisAlignedBoundingBox< entity_t, value_t, DIM >::NamedType< T, P >
 
struct  Acts::AxisAlignedBoundingBox< entity_t, value_t, DIM >::SizeParameter
 

Namespaces

namespace  Acts
 Set the Geometry Context PLUGIN.
 

Functions

template<typename box_t >
box_t * Acts::make_octree (std::vector< std::unique_ptr< box_t >> &store, const std::vector< box_t * > &prims, size_t max_depth=1, typename box_t::value_type envelope1=0)
 
template<typename T , typename U , size_t V>
std::ostream & Acts::operator<< (std::ostream &os, const AxisAlignedBoundingBox< T, U, V > &box)