C# 클래스 SharpNeat.View.Graph.GraphNode

Represents a node in a graph.
파일 보기 프로젝트 열기: colgreen/sharpneat 1 사용 예제들

공개 메소드들

메소드 설명
GraphNode ( string tag ) : System.Collections.Generic

Constructs with the provided string tag.

GraphNode ( string tag, Point position ) : System.Collections.Generic

Constructs with the provided string tag and position.

GraphNode ( string tag, Point position, object auxData ) : System.Collections.Generic

Constructs with the provided string tag, position and auxiliary data.

GraphNode ( string tag, Point position, object auxData, int depth ) : System.Collections.Generic

Constructs with the provided string tag, position, auxiliary data and node depth.

메소드 상세

GraphNode() 공개 메소드

Constructs with the provided string tag.
public GraphNode ( string tag ) : System.Collections.Generic
tag string
리턴 System.Collections.Generic

GraphNode() 공개 메소드

Constructs with the provided string tag and position.
public GraphNode ( string tag, Point position ) : System.Collections.Generic
tag string
position System.Drawing.Point
리턴 System.Collections.Generic

GraphNode() 공개 메소드

Constructs with the provided string tag, position and auxiliary data.
public GraphNode ( string tag, Point position, object auxData ) : System.Collections.Generic
tag string
position System.Drawing.Point
auxData object
리턴 System.Collections.Generic

GraphNode() 공개 메소드

Constructs with the provided string tag, position, auxiliary data and node depth.
public GraphNode ( string tag, Point position, object auxData, int depth ) : System.Collections.Generic
tag string
position System.Drawing.Point
auxData object
depth int
리턴 System.Collections.Generic