C# 클래스 RouteUtils.Node

파일 보기 프로젝트 열기: Gl237man/mineroute 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DataMatrix string[,,]
InPorts RouteUtils.InPort[]
Mask string[,,]
Name string
NodeName string
OutPorts RouteUtils.OutPort[]
SizeX int
SizeY int
SizeZ int

공개 메소드들

메소드 설명
Export ( string fileName ) : void
Node ( string fileName ) : System
Node ( string name, int sx, int sy, int sz ) : System
PlaceAnotherNode ( Node node, int xCoord, int yCoord, int zCoord ) : void

메소드 상세

Export() 공개 메소드

public Export ( string fileName ) : void
fileName string
리턴 void

Node() 공개 메소드

public Node ( string fileName ) : System
fileName string
리턴 System

Node() 공개 메소드

public Node ( string name, int sx, int sy, int sz ) : System
name string
sx int
sy int
sz int
리턴 System

PlaceAnotherNode() 공개 메소드

public PlaceAnotherNode ( Node node, int xCoord, int yCoord, int zCoord ) : void
node Node
xCoord int
yCoord int
zCoord int
리턴 void

프로퍼티 상세

DataMatrix 공개적으로 프로퍼티

public string[,,] DataMatrix
리턴 string[,,]

InPorts 공개적으로 프로퍼티

public InPort[],RouteUtils InPorts
리턴 RouteUtils.InPort[]

Mask 공개적으로 프로퍼티

public string[,,] Mask
리턴 string[,,]

Name 공개적으로 프로퍼티

public string Name
리턴 string

NodeName 공개적으로 프로퍼티

public string NodeName
리턴 string

OutPorts 공개적으로 프로퍼티

public OutPort[],RouteUtils OutPorts
리턴 RouteUtils.OutPort[]

SizeX 공개적으로 프로퍼티

public int SizeX
리턴 int

SizeY 공개적으로 프로퍼티

public int SizeY
리턴 int

SizeZ 공개적으로 프로퍼티

public int SizeZ
리턴 int