GraphAccess | ( | GraphContainer & | G | ) | [inline] |
GraphAccess | ( | GraphAccess & | G | ) | [inline] |
~GraphAccess | ( | ) | [inline] |
void keepr | ( | ) | [inline] |
Reimplemented in Graph, TopologicalGraph, and GeometricGraph.
void keeponly | ( | ) | [inline] |
Reimplemented in Graph, TopologicalGraph, and GeometricGraph.
GraphAccess& operator= | ( | const GraphContainer & | G | ) | [inline] |
int nv | ( | ) | const [inline] |
int ne | ( | ) | const [inline] |
int nbre | ( | const tvertex & | ) | const [inline] |
int nbre | ( | const tedge & | ) | const [inline] |
PSet1& Set | ( | ) | [inline] |
PSet& PV | ( | ) | [inline] |
PSet& PB | ( | ) | [inline] |
PSet& PE | ( | ) | [inline] |
PSet1& PG | ( | ) | [inline] |
void setsize | ( | const tvertex & | v, | |
int | i | |||
) | [inline] |
void setsize | ( | const tedge & | e, | |
int | i | |||
) | [inline] |
void setsize | ( | int | nn, | |
int | mm | |||
) | [inline] |
void incsize | ( | const tvertex & | v | ) | [inline] |
void decsize | ( | const tvertex & | v | ) | [inline] |
void incsize | ( | const tedge & | e | ) | [inline] |
void decsize | ( | const tedge & | e | ) | [inline] |
void reset | ( | ) | [inline] |
void StrictReset | ( | ) | [inline] |
Reimplemented in Graph, TopologicalGraph, and GeometricGraph.
void ClearKeep | ( | ) | [inline] |
GraphContainer& me | ( | ) | [inline] |
Reimplemented in Graph, TopologicalGraph, and GeometricGraph.
const GraphContainer& me | ( | ) | const [inline] |
Reimplemented in Graph, TopologicalGraph, and GeometricGraph.
GraphContainer& Container | ( | ) | [inline] |
const GraphContainer& Container | ( | ) | const [inline] |
void Tswap | ( | GraphContainer & | G | ) | [inline] |
GraphContainer& rG [protected] |