![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#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.
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) |