Applies the algorithm to a graph.
Declaration Syntax
C# | Visual Basic | Visual 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