The Finite Resolution Dynamics Software
Classes | Functions
covboxes.h File Reference

A box cover type. More...

#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)
 

Detailed Description

A box cover type.

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.

Author
Pawel Pilarczyk

Definition in file covboxes.h.

Function Documentation

◆ operator<<()

template<class NumType >
std::ostream& operator<< ( std::ostream &  out,
const tCoverBoxes< NumType > &  cover 
)
inline

Definition at line 546 of file covboxes.h.