EulerianTrailAlgorithmTVertex, TEdge Class |
Namespace: QuickGraph.Algorithms
public sealed class EulerianTrailAlgorithm<TVertex, TEdge> : RootedAlgorithmBase<TVertex, IMutableVertexAndEdgeListGraph<TVertex, TEdge>>, ITreeBuilderAlgorithm<TVertex, TEdge> where TEdge : Object, IEdge<TVertex>
The EulerianTrailAlgorithmTVertex, TEdge type exposes the following members.
Name | Description | |
---|---|---|
![]() | Circuit | |
![]() | Services | (Inherited from AlgorithmBaseTGraph.) |
![]() | State | (Inherited from AlgorithmBaseTGraph.) |
![]() | SyncRoot | (Inherited from AlgorithmBaseTGraph.) |
![]() | VisitedGraph | (Inherited from AlgorithmBaseTGraph.) |
Name | Description | |
---|---|---|
![]() | Abort | (Inherited from AlgorithmBaseTGraph.) |
![]() | AddTemporaryEdges | |
![]() | ClearRootVertex | (Inherited from RootedAlgorithmBaseTVertex, TGraph.) |
![]() | Compute | (Inherited from AlgorithmBaseTGraph.) |
![]() | Compute(TVertex) | (Inherited from RootedAlgorithmBaseTVertex, TGraph.) |
![]() ![]() | ComputeEulerianPathCount | |
![]() | 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.) |
![]() | RemoveTemporaryEdges | |
![]() | SetRootVertex | (Inherited from RootedAlgorithmBaseTVertex, TGraph.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Trails | |
![]() | Trails(TVertex) | |
![]() | TryGetRootVertex | (Inherited from RootedAlgorithmBaseTVertex, TGraph.) |
![]() | TryGetServiceT(T) | (Inherited from AlgorithmBaseTGraph.) |
Name | Description | |
---|---|---|
![]() | Aborted | (Inherited from AlgorithmBaseTGraph.) |
![]() | CircuitEdge | |
![]() | Finished | (Inherited from AlgorithmBaseTGraph.) |
![]() | RootVertexChanged | (Inherited from RootedAlgorithmBaseTVertex, TGraph.) |
![]() | Started | (Inherited from AlgorithmBaseTGraph.) |
![]() | StateChanged | (Inherited from AlgorithmBaseTGraph.) |
![]() | TreeEdge | |
![]() | VisitEdge |