GraphGetNeighbours Method |
Vraci vsechny vrcholy, ze kterych muzeme dojit z vrcholu v na jeden krok (vcetne vrcholu v samotneho).
Namespace: MAPFsimulatorAssembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic List<Vertex> GetNeighbours(
Vertex v
)
Public Function GetNeighbours (
v As Vertex
) As List(Of Vertex)
public:
List<Vertex>^ GetNeighbours(
Vertex v
)
member GetNeighbours :
v : Vertex -> List<Vertex>
Parameters
- v
- Type: MAPFsimulatorVertex
[Missing <param name="v"/> documentation for "M:MAPFsimulator.Graph.GetNeighbours(MAPFsimulator.Vertex)"]
Return Value
Type:
ListVertex[Missing <returns> documentation for "M:MAPFsimulator.Graph.GetNeighbours(MAPFsimulator.Vertex)"]
See Also