CoxIter
1.3
CoxIter - Computing invariants of hyperbolic Coxeter groups
|
#include "graphs.list.h"
Go to the source code of this file.
Classes | |
class | GraphsListIterator |
Permet de parcourir une liste de graphes Utilisation (pour un GraphsList *gl) GraphsListIterator iter(gl); while (iter.ptr) { cout << "iter; " << *iter.ptr << endl; ++iter; }. More... | |