Click or drag to resize
PlanTableViewTable Method
Zobrazi v okne tabulku s exekuci planu s barevne oznacenymi vrcholy.

Namespace: MAPFsimulator
Assembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void ViewTable(
	List<double>[] vertices,
	List<Plan> plans,
	bool minMax
)

Parameters

vertices
Type: System.Collections.GenericListDouble

[Missing <param name="vertices"/> documentation for "M:MAPFsimulator.PlanTable.ViewTable(System.Collections.Generic.List{System.Double}[],System.Collections.Generic.List{MAPFsimulator.Plan},System.Boolean)"]

plans
Type: System.Collections.GenericListPlan

[Missing <param name="plans"/> documentation for "M:MAPFsimulator.PlanTable.ViewTable(System.Collections.Generic.List{System.Double}[],System.Collections.Generic.List{MAPFsimulator.Plan},System.Boolean)"]

minMax
Type: SystemBoolean

[Missing <param name="minMax"/> documentation for "M:MAPFsimulator.PlanTable.ViewTable(System.Collections.Generic.List{System.Double}[],System.Collections.Generic.List{MAPFsimulator.Plan},System.Boolean)"]

See Also