C# Class 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.
Exibir arquivo Open project: spark-shading-language/spark

Private Methods

Method Description
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