#include <vector>
#include <cmath>
#include "chomp/struct/hashsets.h"
#include "chomp/cubes/pointset.h"
#include "chomp/cubes/cube.h"
#include "rounding.h"
#include "streams.h"
Go to the source code of this file.
Classes | |
| class | DummyBoxNumbers |
| A dummy class for adding box numbers. More... | |
| class | tCoverBoxes< NumType > |
| A cover of a subset in R^n consisting of open boxes. More... | |
Functions | |
| template<class NumType> | |
| std::ostream & | operator<< (std::ostream &out, const tCoverBoxes< NumType > &cover) |
This file contains the definition of a class that represents a cover of a bounded rectangular region in R^n by means of open boxes. The class includes a method for computing a cover of any open box or a point by means of the boxes in this class.
Definition in file covboxes.h.
| std::ostream& operator<< | ( | std::ostream & | out, | |
| const tCoverBoxes< NumType > & | cover | |||
| ) | [inline] |
Definition at line 546 of file covboxes.h.
References tCoverBoxes< NumType >::buffer, tCoverBoxes< NumType >::dim(), tCoverBoxes< NumType >::leftBound(), tCoverBoxes< NumType >::rightBound(), and tCoverBoxes< NumType >::size().
1.5.3