Click or drag to resize

PartitionIndex Constructor

Initializes a new instance of the PartitionIndex class

Namespace:  VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Partition
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public PartitionIndex(
	IIndex rawIndex,
	PartitionGraph graph
)

Parameters

rawIndex
Type: VelocityGraph.Frontenac.BlueprintsIIndex

[Missing <param name="rawIndex"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Partition.PartitionIndex.#ctor(VelocityGraph.Frontenac.Blueprints.IIndex,VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Partition.PartitionGraph)"]

graph
Type: VelocityGraph.Frontenac.Blueprints.Util.Wrappers.PartitionPartitionGraph

[Missing <param name="graph"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Partition.PartitionIndex.#ctor(VelocityGraph.Frontenac.Blueprints.IIndex,VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Partition.PartitionGraph)"]

See Also