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>
 Inheritance diagram for ErasableBpGraphComponent< BAS >:
 Inheritance diagram for ErasableBpGraphComponent< BAS >:| 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... | |
 1.8.5
 1.8.5