#include <DehornoyForm.h>
Public Member Functions | |
DehornoyForm (const int N, const Word &w) | |
Word | getDehornoyForm () const |
DehornoyForm (const int N, const Word &w) | |
Create a Dehornoy form of a braid word. | |
Word | getDehornoyForm () const |
(Accessor function) Get a braid word representing a form. | |
Private Member Functions | |
Word | computeDehornoyForm (const Word &w) |
Word | computeDehornoyForm (const Word &w) |
Function which computes the form (using LinkedBraidStructure). | |
Private Attributes | |
const int | theIndex |
The rank of the corresponding braid group. | |
Word | theDehornoyForm |
The Dehornoy form. | |
LinkedBraidStructure | theLinkedStructure |
Structure in which the form is kept. |
This class uses BraidLinkedStructure to compute the Dehornoy form a braid-word. The object of this class is just a container to keep the form.
Definition at line 14 of file DehornoyForm.h.
|
|
|
Create a Dehornoy form of a braid word. Note that the form will be computed right here. So, if you are not sure that the form will be used later do not create this object.
|
|
Function which computes the form (using LinkedBraidStructure).
|
|
|
|
(Accessor function) Get a braid word representing a form.
Definition at line 56 of file DehornoyForm_old.h. References theDehornoyForm. |
|
Definition at line 36 of file DehornoyForm.h. References theDehornoyForm. |
|
The Dehornoy form.
Definition at line 60 of file DehornoyForm.h. Referenced by getDehornoyForm(). |
|
The rank of the corresponding braid group.
Definition at line 58 of file DehornoyForm.h. |
|
Structure in which the form is kept.
Definition at line 85 of file DehornoyForm_old.h. |