28 for (
uint i = 0; i < dim; ++i)
l_[i] = l.
l_[i]; }
65 std::ostream& operator<<(std::ostream&
os,
const Level<dim>& c);
Set< F > makeSet(uint n, const F &first,...)
Level< dim > operator+(const Level< dim > &c) const
Addition operator.
Level(const Level< dim > &l)
Constructor.
Level()
Default constructor.
Level(short l)
Constructor.
void minimize(const Level< dim > &c)
Componentwise minimization.
bool operator==(const Level< dim > &c) const
void set(short l, uint i)
set Level
bool operator>(const Level< dim > &c) const
void maximize(const Level< dim > &c)
Componentwise maximazation.
Level< dim > operator-(const Level< dim > &c) const
Subtraction operator.
bool operator<(const Level< dim > &c) const
Level< dim > & operator=(const Level< dim > &c)
Assignement operator.