EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
BoundingBox.ipp File Reference
+ 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)
 

Function Documentation

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 
)

Definition at line 441 of file BoundingBox.ipp.

View newest version in sPHENIX GitHub at line 441 of file BoundingBox.ipp

Referenced by Acts::make_octree().

+ Here is the caller graph for this function:

template<typename T , typename U , size_t V>
std::ostream& operator<< ( std::ostream &  os,
const AxisAlignedBoundingBox< T, U, V > &  box 
)

Overload of the << operator for bounding boxes.

Template Parameters
Tentity type
Uvalue type
Vdimension
Parameters
osThe output stream
boxThe bounding box
Returns
The given output stream.

Definition at line 548 of file BoundingBox.ipp.

View newest version in sPHENIX GitHub at line 548 of file BoundingBox.ipp