C# 클래스 QUT.Gplex.CharClassMap.TreeNode

Nodes to represent contiguous ranges with same mapping in the Class Map. "value" is the map class ordinal for all indices in the range min..max.
파일 보기 프로젝트 열기: spark-shading-language/spark

비공개 메소드들

메소드 설명
GetRange ( int index, int &rMin, int &rMax ) : void

Fetch the bounds of the range that contains "index"

InsertNewNode ( TreeNode node ) : void

Insert a new Node in the tree.

Lookup ( int index ) : int

Lookup the class ordinal for the range that contains index.

TreeNode ( int mn, int mx, int vl ) : System