|
NiHu
2.0
|
Implementation of class NiHu::fmm::bounding_box. More...
#include <Eigen/Dense>#include <algorithm>#include <cmath>#include <cstddef>#include <iostream>Go to the source code of this file.
Classes | |
| class | NiHu::fmm::bounding_box< Dim, Scalar > |
| multidimensional square bounding box More... | |
Functions | |
| template<size_t Dim, class T > | |
| std::ostream & | NiHu::fmm::operator<< (std::ostream &os, bounding_box< Dim, T > const &bb) |
| inserter operator of a bounding box More... | |
Implementation of class NiHu::fmm::bounding_box.
Definition in file bounding_box.hpp.
| std::ostream& NiHu::fmm::operator<< | ( | std::ostream & | os, |
| bounding_box< Dim, T > const & | bb | ||
| ) |
inserter operator of a bounding box
| Dim | the dimension |
| T | the scalar type |
| [in,out] | os | the output stream |
| [in] | bb | the bounding box |
Definition at line 186 of file bounding_box.hpp.