![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| template<typename box_t > | |
| box_t * | octree_inner (std::vector< std::unique_ptr< box_t >> &store, size_t max_depth, typename box_t::vertex_array_type envelope, const std::vector< box_t * > &lprims, size_t depth) |
| template<typename T , typename U , size_t V> | |
| std::ostream & | operator<< (std::ostream &os, const Acts::AxisAlignedBoundingBox< T, U, V > &box) |
| box_t* octree_inner | ( | std::vector< std::unique_ptr< box_t >> & | store, |
| size_t | max_depth, | ||
| typename box_t::vertex_array_type | envelope, | ||
| const std::vector< box_t * > & | lprims, | ||
| size_t | depth | ||
| ) |
Definition at line 441 of file BoundingBox.ipp.
View newest version in sPHENIX GitHub at line 441 of file BoundingBox.ipp
References bb.
Referenced by Acts::make_octree().
Here is the caller graph for this function:| std::ostream& operator<< | ( | std::ostream & | os, |
| const AxisAlignedBoundingBox< T, U, V > & | box | ||
| ) |
Overload of the << operator for bounding boxes.
| T | entity type |
| U | value type |
| V | dimension |
| os | The output stream |
| box | The bounding box |
Definition at line 548 of file BoundingBox.ipp.
View newest version in sPHENIX GitHub at line 548 of file BoundingBox.ipp