Click or drag to resize
Form1VisualizeFromBenchmark Method

[Missing <summary> documentation for "M:MAPFsimulator.Form1.VisualizeFromBenchmark(System.Collections.Generic.List{MAPFsimulator.Plan},System.Collections.Generic.List{System.Double}[],MAPFsimulator.Graph,MAPFsimulator.RobustnessType,System.Int32,System.Int32)"]

Namespace: MAPFsimulator
Assembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
internal void VisualizeFromBenchmark(
	List<Plan> plans,
	List<double>[] abstractPositions,
	Graph graph,
	RobustnessType rt,
	int solPar1,
	int solPar2
)

Parameters

plans
Type: System.Collections.GenericListPlan

[Missing <param name="plans"/> documentation for "M:MAPFsimulator.Form1.VisualizeFromBenchmark(System.Collections.Generic.List{MAPFsimulator.Plan},System.Collections.Generic.List{System.Double}[],MAPFsimulator.Graph,MAPFsimulator.RobustnessType,System.Int32,System.Int32)"]

abstractPositions
Type: System.Collections.GenericListDouble

[Missing <param name="abstractPositions"/> documentation for "M:MAPFsimulator.Form1.VisualizeFromBenchmark(System.Collections.Generic.List{MAPFsimulator.Plan},System.Collections.Generic.List{System.Double}[],MAPFsimulator.Graph,MAPFsimulator.RobustnessType,System.Int32,System.Int32)"]

graph
Type: MAPFsimulatorGraph

[Missing <param name="graph"/> documentation for "M:MAPFsimulator.Form1.VisualizeFromBenchmark(System.Collections.Generic.List{MAPFsimulator.Plan},System.Collections.Generic.List{System.Double}[],MAPFsimulator.Graph,MAPFsimulator.RobustnessType,System.Int32,System.Int32)"]

rt
Type: MAPFsimulatorRobustnessType

[Missing <param name="rt"/> documentation for "M:MAPFsimulator.Form1.VisualizeFromBenchmark(System.Collections.Generic.List{MAPFsimulator.Plan},System.Collections.Generic.List{System.Double}[],MAPFsimulator.Graph,MAPFsimulator.RobustnessType,System.Int32,System.Int32)"]

solPar1
Type: SystemInt32

[Missing <param name="solPar1"/> documentation for "M:MAPFsimulator.Form1.VisualizeFromBenchmark(System.Collections.Generic.List{MAPFsimulator.Plan},System.Collections.Generic.List{System.Double}[],MAPFsimulator.Graph,MAPFsimulator.RobustnessType,System.Int32,System.Int32)"]

solPar2
Type: SystemInt32

[Missing <param name="solPar2"/> documentation for "M:MAPFsimulator.Form1.VisualizeFromBenchmark(System.Collections.Generic.List{MAPFsimulator.Plan},System.Collections.Generic.List{System.Double}[],MAPFsimulator.Graph,MAPFsimulator.RobustnessType,System.Int32,System.Int32)"]

See Also