Click or drag to resize
PlanTableCheckMinMaxVertexConflict Method

[Missing <summary> documentation for "M:MAPFsimulator.PlanTable.CheckMinMaxVertexConflict(System.Collections.Generic.List{MAPFsimulator.Vertex},MAPFsimulator.Vertex,System.Double,System.Collections.Generic.List{System.Double})"]

Namespace: MAPFsimulator
Assembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
private bool CheckMinMaxVertexConflict(
	List<Vertex> current,
	Vertex v,
	double edge,
	List<double> edgePart
)

Parameters

current
Type: System.Collections.GenericListVertex

[Missing <param name="current"/> documentation for "M:MAPFsimulator.PlanTable.CheckMinMaxVertexConflict(System.Collections.Generic.List{MAPFsimulator.Vertex},MAPFsimulator.Vertex,System.Double,System.Collections.Generic.List{System.Double})"]

v
Type: MAPFsimulatorVertex

[Missing <param name="v"/> documentation for "M:MAPFsimulator.PlanTable.CheckMinMaxVertexConflict(System.Collections.Generic.List{MAPFsimulator.Vertex},MAPFsimulator.Vertex,System.Double,System.Collections.Generic.List{System.Double})"]

edge
Type: SystemDouble

[Missing <param name="edge"/> documentation for "M:MAPFsimulator.PlanTable.CheckMinMaxVertexConflict(System.Collections.Generic.List{MAPFsimulator.Vertex},MAPFsimulator.Vertex,System.Double,System.Collections.Generic.List{System.Double})"]

edgePart
Type: System.Collections.GenericListDouble

[Missing <param name="edgePart"/> documentation for "M:MAPFsimulator.PlanTable.CheckMinMaxVertexConflict(System.Collections.Generic.List{MAPFsimulator.Vertex},MAPFsimulator.Vertex,System.Double,System.Collections.Generic.List{System.Double})"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:MAPFsimulator.PlanTable.CheckMinMaxVertexConflict(System.Collections.Generic.List{MAPFsimulator.Vertex},MAPFsimulator.Vertex,System.Double,System.Collections.Generic.List{System.Double})"]

See Also