Public Member Functions

ErasableDigraphComponent< BAS > Class Template Reference


Detailed Description

template<typename BAS = BaseDigraphComponent>
class lemon::concepts::ErasableDigraphComponent< BAS >

This class describes the interface of erasable directed graphs. It extends BaseDigraphComponent with functions for removing nodes and arcs from the digraph. This concept requires AlterableDigraphComponent.

#include <lemon/concepts/graph_components.h>

List of all members.

Public Member Functions

void erase (const Node &)
 Erase a node from the digraph.
void erase (const Arc &)
 Erase an arc from the digraph.

Member Function Documentation

void erase ( const Node &  ) [inline]

This function erases the given node from the digraph and all arcs connected to the node.

void erase ( const Arc &  ) [inline]

This function erases the given arc from the digraph.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines