EdgeDepthFirstSearchAlgorithmTVertex, TEdge Class |
Namespace: QuickGraph.Algorithms.Search
public sealed class EdgeDepthFirstSearchAlgorithm<TVertex, TEdge> : RootedAlgorithmBase<TVertex, IEdgeListAndIncidenceGraph<TVertex, TEdge>>, IEdgeColorizerAlgorithm<TVertex, TEdge>, IEdgePredecessorRecorderAlgorithm<TVertex, TEdge>, ITreeBuilderAlgorithm<TVertex, TEdge> where TEdge : Object, IEdge<TVertex>
The EdgeDepthFirstSearchAlgorithmTVertex, TEdge type exposes the following members.
Name | Description | |
---|---|---|
![]() | EdgeColors | |
![]() | MaxDepth | |
![]() | Services | (Inherited from AlgorithmBaseTGraph.) |
![]() | State | (Inherited from AlgorithmBaseTGraph.) |
![]() | SyncRoot | (Inherited from AlgorithmBaseTGraph.) |
![]() | VisitedGraph | (Inherited from AlgorithmBaseTGraph.) |
Name | Description | |
---|---|---|
![]() | Abort | (Inherited from AlgorithmBaseTGraph.) |
![]() | ClearRootVertex | (Inherited from RootedAlgorithmBaseTVertex, TGraph.) |
![]() | Compute | (Inherited from AlgorithmBaseTGraph.) |
![]() | Compute(TVertex) | (Inherited from RootedAlgorithmBaseTVertex, TGraph.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetServiceT | (Inherited from AlgorithmBaseTGraph.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | SetRootVertex | (Inherited from RootedAlgorithmBaseTVertex, TGraph.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TryGetRootVertex | (Inherited from RootedAlgorithmBaseTVertex, TGraph.) |
![]() | TryGetServiceT(T) | (Inherited from AlgorithmBaseTGraph.) |
![]() | Visit |
Name | Description | |
---|---|---|
![]() | Aborted | (Inherited from AlgorithmBaseTGraph.) |
![]() | BackEdge | |
![]() | DiscoverTreeEdge | |
![]() | ExamineEdge | |
![]() | Finished | (Inherited from AlgorithmBaseTGraph.) |
![]() | FinishEdge | |
![]() | ForwardOrCrossEdge | |
![]() | InitializeEdge | |
![]() | RootVertexChanged | (Inherited from RootedAlgorithmBaseTVertex, TGraph.) |
![]() | Started | (Inherited from AlgorithmBaseTGraph.) |
![]() | StartEdge | |
![]() | StartVertex | |
![]() | StateChanged | (Inherited from AlgorithmBaseTGraph.) |
![]() | TreeEdge |