atlas
|
#include <Polygon.h>
Classes | |
struct | edge_t |
Public Types | |
using | edge_set_t = std::set< edge_t, typename edge_t::LessThan > |
using | container_t = std::vector< idx_t > |
Public Member Functions | |
Polygon (const edge_set_t &) | |
operator bool () const | |
Polygon & | operator+= (const Polygon &) |
void | print (std::ostream &) const |
Protected Member Functions | |
void | setup (const edge_set_t &) |
Friends | |
std::ostream & | operator<< (std::ostream &s, const Polygon &p) |