48 GraphsList(
size_t maxVertices, vector<string> *ptr_map_vertices_indexToLabel);
69 void addGraph(
const vector<short unsigned int> &vertices,
70 const vector<bool> &linkableVertices,
const unsigned int &type,
71 bool isSpherical,
const unsigned int &vertexSupp1 = 0,
72 const unsigned int &vertexSupp2 = 0,
73 const unsigned int &dataSupp = 0);
92 Graph *next(
size_t &verticesCount,
size_t &graphIndex);
This class represents one graph.
Definition: graph.h:42
Liste des graphes.
Definition: graphs.list.h:40
size_t totalGraphsCount
Total number of graphs.
Definition: graphs.list.h:99
vector< size_t > graphsCount
Number of graphs (by number of vertices)
Definition: graphs.list.h:97
vector< GraphsListN > graphs
List of list of graphs (by number of vertices)
Definition: graphs.list.h:96
size_t maxVertices
Maximum number of vertices in the graphs.
Definition: graphs.list.h:100
ostream & operator<<(ostream &o, const Graph &g)
Definition: graph.cpp:36