C# 클래스 Tesselate.Dictionary

파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
head Node
tesseator Tesselator

공개 메소드들

메소드 설명
Dictionary ( Tesselator tesselator )
GetMinNode ( ) : Dictionary.Node
Insert ( Tesselate.ActiveRegion k ) : Dictionary.Node
InsertBefore ( Node node, Tesselate.ActiveRegion key ) : Node
dictDeleteDict ( Dictionary dict ) : void
dictSearch ( Dictionary dict, Tesselate.ActiveRegion key ) : Node

메소드 상세

Dictionary() 공개 메소드

public Dictionary ( Tesselator tesselator )
tesselator Tesselator

GetMinNode() 공개 메소드

public GetMinNode ( ) : Dictionary.Node
리턴 Dictionary.Node

Insert() 공개 메소드

public Insert ( Tesselate.ActiveRegion k ) : Dictionary.Node
k Tesselate.ActiveRegion
리턴 Dictionary.Node

InsertBefore() 공개 메소드

public InsertBefore ( Node node, Tesselate.ActiveRegion key ) : Node
node Node
key Tesselate.ActiveRegion
리턴 Node

dictDeleteDict() 공개 정적인 메소드

public static dictDeleteDict ( Dictionary dict ) : void
dict Dictionary
리턴 void

dictSearch() 공개 정적인 메소드

public static dictSearch ( Dictionary dict, Tesselate.ActiveRegion key ) : Node
dict Dictionary
key Tesselate.ActiveRegion
리턴 Node

프로퍼티 상세

head 공개적으로 프로퍼티

public Node head
리턴 Node

tesseator 공개적으로 프로퍼티

public Tesselator,Tesselate tesseator
리턴 Tesselator