CoxIter
1.2
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_iVertices () const |
Get the list of vertices of the product. More... | |
bool | b_areVerticesSubsetOf (const GraphsProductSet &gp) const |
Test if the vertices appear in another Product. More... | |
Public Attributes | |
unsigned int | iRank |
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::b_areVerticesSubsetOf | ( | const GraphsProductSet & | gp | ) | const |
Test if the vertices appear in another Product.
gp( | const GraphsProductSet& ): The other product |
GraphsProductSet::get_iVertices | ( | ) | const |
Get the list of vertices of the product.
|
friend |
set< Graph*, GraphPtrComp > GraphsProductSet::graphs |
Pointeurs vers les graphes qui constituent le produit.
unsigned int GraphsProductSet::iRank |
Rank of the graph.