Flexivert Library Documentation
Apply Method (graph, context)
NamespacesFlexivert.PluginsIGraphAlgorithmApply(Graph, IGraphContext)
Applies the algorithm to a graph.
Declaration Syntax
C#Visual BasicVisual C++
IGraphReport Apply(
	Graph graph,
	IGraphContext context
)
Function Apply ( _
	graph As Graph, _
	context As IGraphContext _
) As IGraphReport
IGraphReport^ Apply(
	Graph^ graph, 
	IGraphContext^ context
)
Parameters
graph (Graph)
The graph to which the algorithm should be applied
context (IGraphContext)
The graph context
Return Value
An instance IGraphReport containing results

Assembly: FVCore (Module: FVCore) Version: 0.5.8.1 (0.5.8.12)