This class describes the interface of erasable undirected bipartite graphs. It extends BaseBpGraphComponent with functions for removing nodes and edges from the graph. This concept requires AlterableBpGraphComponent.
#include <lemon/concepts/graph_components.h>
Additional Inherited Members | |
Public Member Functions inherited from ErasableGraphComponent< BAS > | |
void | erase (const Node &) |
Erase a node from the graph. More... | |
void | erase (const Edge &) |
Erase an edge from the digraph. More... | |