This file includes rectangle and rectangle list to represent 2D partitions. More...
#include <list>
#include <vector>
#include <iostream>
#include <assert.h>
#include "util/version.hpp"
#include "rect_list_impl.hpp"
Go to the source code of this file.
This file includes rectangle and rectangle list to represent 2D partitions.
Classes | |
struct | util::rectangle |
a rectangular region (inside a matrix). More... | |
class | util::RectList< T, Pr > |
a list of rectangle inside Pr More... | |
Namespaces | |
namespace | util |
This namespace provides multiple utilitarian classes and function used in 1D and 2D partitioning algorithm (for instance as input and output). | |
Functions | |
std::ostream & | util::operator<< (std::ostream &out, const rectangle &r) |
template<typename T , typename Pr > | |
std::ostream & | util::operator<< (std::ostream &out, const util::RectList< T, Pr > &r) |