CoxIter
1.3
CoxIter - Computing invariants of hyperbolic Coxeter groups
|
#include <graphs.product.set.h>
Public Member Functions | |
GraphsProductSet () | |
GraphsProductSet (const GraphsProduct &gp) | |
vector< short unsigned int > | get_vertices () const |
bool | areVerticesSubsetOf (const GraphsProductSet &gp) const |
Test if the vertices appear in another Product. More... | |
Public Attributes | |
unsigned int | rank |
Rank of the graph. More... | |
set< Graph *, GraphPtrComp > | graphs |
Pointeurs vers les graphes qui constituent le produit. More... | |
Friends | |
ostream & | operator<< (ostream &o, const GraphsProductSet &gp) |
GraphsProductSet::GraphsProductSet | ( | ) |
GraphsProductSet::GraphsProductSet | ( | const GraphsProduct & | gp | ) |
GraphsProductSet::areVerticesSubsetOf | ( | const GraphsProductSet & | gp | ) | const |
Test if the vertices appear in another Product.
gp(const | GraphsProductSet&): The other product |
vector< short unsigned int > GraphsProductSet::get_vertices | ( | ) | const |
|
friend |
set<Graph *, GraphPtrComp> GraphsProductSet::graphs |
Pointeurs vers les graphes qui constituent le produit.
unsigned int GraphsProductSet::rank |
Rank of the graph.