Click or drag to resize
XDL

XGraph Class

그래프 자료형.
Inheritance Hierarchy
SystemObject
  Pixoneer.NXDLXGraph

Namespace:  Pixoneer.NXDL
Assembly:  NXDL (in NXDL.dll) Version: 2.0.3.30
Syntax
C#
public class XGraph : IDisposable

The XGraph type exposes the following members.

Constructors
  NameDescription
Public methodXGraph
기본 생성자. 빈 그래프를 생성한다.
Top
Methods
  NameDescription
Public methodAddEdge
그래프 연결선을 추가한다.
Public methodDijkstra
다이엑스트라(Dijkstra) 알고리즘을 실행한다.
Public methodGetCost
비용(Cost)를 가져온다.
Public methodRemoveAllEdges
모든 그래프 연결선을 지운다.
Public methodRemoveEdge
그래프 연결선을 제거한다.
Public methodSetNumNodes
그래프 마디 개수를 설정한다.
Public methodShortestPathByDijkstra
두 마디 간 최단경로를 다이엑스트라(Dijkstra) 알고듬으로 구한다.
Top
See Also