#include <WhiteheadGraph.h>
Inheritance diagram for WhiteheadGraph:
Public Member Functions | |
WhiteheadGraph (const Word &w, int num_of_gens) | |
Constructor. | |
const Word & | getWord () const |
Get the input word. | |
WhiteheadGraph (int n_gens, const Word &w) | |
template<class ConstIterator> | |
void | assign (int n_gens, ConstIterator B, ConstIterator E) |
const Graph & | getGraph () |
Protected Attributes | |
Word | theWord |
The input word. | |
int | nOfGenerators |
The number of generators in the group. | |
Private Attributes | |
Graph | theGraph |
Definition at line 121 of file WhiteheadGraph.h.
|
Constructor.
Definition at line 130 of file WhiteheadGraph.h. |
|
Definition at line 35 of file WhiteheadGraph.h. References assign(), Word::begin(), and Word::end(). |
|
Definition at line 44 of file WhiteheadGraph.h. References Graph::clear(), Graph::newEdge(), and theGraph. Referenced by WhiteheadGraph(). |
|
Definition at line 65 of file WhiteheadGraph.h. References theGraph. |
|
Get the input word.
Definition at line 138 of file WhiteheadGraph.h. References theWord. |
|
The number of generators in the group.
Definition at line 143 of file WhiteheadGraph.h. Referenced by WhiteheadSimpleGraph::genToIndex(), and WhiteheadSimpleGraph::indToGenerator(). |
|
Definition at line 76 of file WhiteheadGraph.h. Referenced by assign(), and getGraph(). |
|
The input word.
Definition at line 141 of file WhiteheadGraph.h. Referenced by getWord(). |