Click or drag to resize

GmlReader Constructor (IGraph)

Create a new GML reader

(Uses default edge label DEFAULT_LABEL)

Namespace:  Frontenac.Blueprints.Util.IO.GML
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
public GmlReader(
	IGraph graph
)

Parameters

graph
Type: Frontenac.BlueprintsIGraph
the graph to load data into
See Also