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 | |
IdleGraphVisitor () | |
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 16 of file visitor.hxx.
typedef S andres::graph::IdleGraphVisitor< S >::size_type |
Definition at line 17 of file visitor.hxx.
|
inline |
Definition at line 19 of file visitor.hxx.
|
inline |
Definition at line 25 of file visitor.hxx.
|
inline |
Definition at line 22 of file visitor.hxx.
|
inline |
Definition at line 24 of file visitor.hxx.
|
inline |
Definition at line 20 of file visitor.hxx.
|
inline |
Definition at line 21 of file visitor.hxx.
|
inline |
Definition at line 26 of file visitor.hxx.
|
inline |
Definition at line 23 of file visitor.hxx.