trase
BBox.hpp File Reference
#include <algorithm>
#include <limits>
#include "util/Vector.hpp"
Include dependency graph for BBox.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  trase::bbox< T, N >
 Contains the minimum and maximum extents of a hypercube in D dimensional space. More...
 

Typedefs

using trase::bfloat2_t = bbox< float, 2 >
 
using trase::bfloat1_t = bbox< float, 1 >
 

Functions

template<typename T , int N>
std::ostream & trase::operator<< (std::ostream &out, const bbox< T, N > &b)
 print bbox to a stream More...
 

Function Documentation

◆ operator<<()

template<typename T , int N>
std::ostream& trase::operator<< ( std::ostream &  out,
const bbox< T, N > &  b 
)

print bbox to a stream

Template Parameters
Nthe number of spatial dimensions
Parameters
outthe stream
bthe box to print