NiHu  2.0

Implementation of class NiHu::fmm::bounding_box. More...

#include <Eigen/Dense>
#include <algorithm>
#include <cmath>
#include <cstddef>
#include <iostream>
Include dependency graph for bounding_box.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Implementation of class NiHu::fmm::bounding_box.

Definition in file bounding_box.hpp.

Function Documentation

◆ operator<<()

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

Template Parameters
Dimthe dimension
Tthe scalar type
Parameters
[in,out]osthe output stream
[in]bbthe bounding box
Returns
the modified output stream

Definition at line 184 of file bounding_box.hpp.