CoxIter  1.2
CoxIter - Computing invariants of hyperbolic Coxeter groups
Public Member Functions | Private Attributes | List of all members
GBD Class Reference

Gal, Bonnafé-Dyer This part is still experimental! More...

#include <gbd.h>

Collaboration diagram for GBD:
Collaboration graph
[legend]

Public Member Functions

 GBD (CoxIter *ci)
 
bool removeVertex (const string &strVertexName)
 
void printMatrix (vector< vector< unsigned int > > *iMatrix)
 
string get_strError () const
 

Private Attributes

CoxIterci
 
vector< vector< unsigned int > > iCox
 Coxeter matrix. More...
 
unsigned int iVerticesCount
 Number of vertices of the starting graph. More...
 
unsigned int iVertex
 Index of the vertex. More...
 
vector< NewVertexnewVertices
 
vector< vector< unsigned int > > iNewCox
 New Coxeter matrix. More...
 
unsigned int iNewVerticesCount
 
string strError
 

Detailed Description

Gal, Bonnafé-Dyer This part is still experimental!

Constructor & Destructor Documentation

GBD::GBD ( CoxIter ci)

Member Function Documentation

string GBD::get_strError ( ) const
void GBD::printMatrix ( vector< vector< unsigned int > > *  iMatrix)
bool GBD::removeVertex ( const string &  strVertexName)

Member Data Documentation

CoxIter* GBD::ci
private
vector< vector<unsigned int> > GBD::iCox
private

Coxeter matrix.

vector< vector<unsigned int> > GBD::iNewCox
private

New Coxeter matrix.

unsigned int GBD::iNewVerticesCount
private
unsigned int GBD::iVertex
private

Index of the vertex.

unsigned int GBD::iVerticesCount
private

Number of vertices of the starting graph.

vector< NewVertex > GBD::newVertices
private
string GBD::strError
private

The documentation for this class was generated from the following files: