Class CondensatedGraphRenderer<TVertex, TEdge, TGraph>
Condensation graph to DOT renderer.
Inheritance
System.Object
GraphRendererBase<TGraph, CondensedEdge<TVertex, TEdge, TGraph>>
CondensatedGraphRenderer<TVertex, TEdge, TGraph>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: QuikGraph.Graphviz
Assembly: QuikGraph.Graphviz.dll
Syntax
public class CondensatedGraphRenderer<TVertex, TEdge, TGraph> : GraphRendererBase<TGraph, CondensedEdge<TVertex, TEdge, TGraph>> where TEdge : IEdge<TVertex> where TGraph : IMutableVertexAndEdgeSet<TVertex, TEdge>, new()
Type Parameters
Name | Description |
---|---|
TVertex | Vertex type. |
TEdge | Edge type. |
TGraph | Graph type. |
Constructors
| Improve this Doc View SourceCondensatedGraphRenderer(IEdgeListGraph<TGraph, CondensedEdge<TVertex, TEdge, TGraph>>)
Initializes a new instance of the CondensatedGraphRenderer<TVertex, TEdge, TGraph> class.
Declaration
public CondensatedGraphRenderer(IEdgeListGraph<TGraph, CondensedEdge<TVertex, TEdge, TGraph>> graph)
Parameters
Type | Name | Description |
---|---|---|
IEdgeListGraph<TGraph, CondensedEdge<TVertex, TEdge, TGraph>> | graph | Graph to convert to DOT. |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException |
|
Methods
| Improve this Doc View SourceClean()
Cleans renderer after generation.
Declaration
protected override void Clean()
Overrides
QuikGraph.Graphviz.GraphRendererBase<TGraph, QuikGraph.Algorithms.Condensation.CondensedEdge<TVertex, TEdge, TGraph>>.Clean()
|
Improve this Doc
View Source
Initialize()
Initializes renderer for generation.
Declaration
protected override void Initialize()
Overrides
QuikGraph.Graphviz.GraphRendererBase<TGraph, QuikGraph.Algorithms.Condensation.CondensedEdge<TVertex, TEdge, TGraph>>.Initialize()