Spec AdjacencyIterator
Adjacent edge iterator for a Graph.

Extends Iter
All Extended Iter
All Impl'd IteratorAssociatedTypesConcept
Defined in <seqan/graph_types.h>
Signature AdjacencyIterator<TGraph, AdjacencyIterator>::Type; template <typename TGraph, typename TSpec> class Iter<TGraph, GraphIterator<InternalAdjacencyIterator<TSpec> >;

Template Parameters

TGraph The graph to iterate the vertices of.

Member Function Overview

Member Functions Inherited From Iter

Interface Function Overview

Interface Functions Inherited From IteratorAssociatedTypesConcept

Interface Metafunction Overview

Interface Metafunctions Inherited From Iter

Interface Metafunctions Inherited From IteratorAssociatedTypesConcept

Detailed Description

The first signature is the signature of the corresponding graph's Iterator metafunction call. The second call is the internal definition of the type. You should always get this type using the metafunction call from the first signature.

Member Functions Detail

Iter::Iter(); Iter::Iter(iter); Iter::Iter(graph, v);

Constructor

Parameters

iter Other AdjacencyIterator to copy from.
graph The Graph to iterate vertices for.
v The descriptor of the vertex to iterate adjacent edges of.

Data Races

If not stated otherwise, concurrent invocation is not guaranteed to be thread-safe.