Click or drag to resize

VerticesFromEdgesIterable Class

VerticesFromEdgesIterable is a helper class that returns vertices that meet the direction/label criteria of the incident edges.
Inheritance Hierarchy
SystemObject
  VelocityGraph.Frontenac.Blueprints.UtilVerticesFromEdgesIterable

Namespace:  VelocityGraph.Frontenac.Blueprints.Util
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public class VerticesFromEdgesIterable : IEnumerable<IVertex>, 
	IEnumerable

The VerticesFromEdgesIterable type exposes the following members.

Constructors
  NameDescription
Public methodVerticesFromEdgesIterable
Initializes a new instance of the VerticesFromEdgesIterable class
Top
Methods
  NameDescription
Public methodGetEnumerator
Top
See Also