andres::graph
|
Visitors can be used to follow the indices of vertices and edges. More...
#include <visitor.hxx>
Public Types | |
typedef S | size_type |
Public Member Functions | |
VerboseGraphVisitor () | |
void | insertVertex (const size_type a) const |
void | insertVertices (const size_type a, const size_type n) const |
void | eraseVertex (const size_type a) const |
void | relabelVertex (const size_type a, const size_type b) const |
void | insertEdge (const size_type a) const |
void | eraseEdge (const size_type a) const |
void | relabelEdge (const size_type a, const size_type b) const |
Visitors can be used to follow the indices of vertices and edges.
These indices change due to the insetion and removal of vertices and edges.
Definition at line 34 of file visitor.hxx.
typedef S andres::graph::VerboseGraphVisitor< S >::size_type |
Definition at line 35 of file visitor.hxx.
|
inline |
Definition at line 37 of file visitor.hxx.
|
inline |
Definition at line 48 of file visitor.hxx.
|
inline |
Definition at line 42 of file visitor.hxx.
|
inline |
Definition at line 46 of file visitor.hxx.
|
inline |
Definition at line 38 of file visitor.hxx.
|
inline |
Definition at line 40 of file visitor.hxx.
|
inline |
Definition at line 50 of file visitor.hxx.
|
inline |
Definition at line 44 of file visitor.hxx.