#include <algorithm>
#include <limits>
#include "util/Vector.hpp"
Go to the source code of this file.
|
|
using | trase::bfloat2_t = bbox< float, 2 > |
| |
|
using | trase::bfloat1_t = bbox< float, 1 > |
| |
|
| template<typename T , int N> |
| std::ostream & | trase::operator<< (std::ostream &out, const bbox< T, N > &b) |
| | print bbox to a stream More...
|
| |
◆ 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
-
| N | the number of spatial dimensions |
- Parameters
-
| out | the stream |
| b | the box to print |