Spec UndirectedGraph
An undirected graph that stores the edges in an adjacency list.

Extends Graph
All Extended Graph
All Impl'd AssignableConcept, ContainerConcept, DestructibleConcept
Defined in <seqan/graph_types.h>
Signature template <[typename TCargo[, typename Spec]]> class Graph<Undirected<TCargo, TSpec> >;

Template Parameters

TCargo The cargo type that can be attached to the edges. Default: void.
TSpec The specializing type. Default: Default. NB: if edges do not store ids then external property maps do not work.

Member Function Overview

Member Functions Inherited From AssignableConcept

Interface Function Overview

Interface Functions Inherited From Graph

Interface Functions Inherited From AssignableConcept

Interface Functions Inherited From ContainerConcept

Interface Metafunction Overview

Interface Metafunctions Inherited From Graph

Interface Metafunctions Inherited From ContainerConcept

Detailed Description