A virtual class representing a search tree for storing geometric points in a manner designed for efficient lookup.
虚拟类,代表了搜索树的方式设计有效的查找存储的几何点。
类对象----------Objects from the Class----------
This is a virtual class so objects of class SearchTree cannot be created directly.No methods defined with class "SearchTree" in the signature.
这是一个虚拟的类,对象的类SearchTree不能创建directly.No的方法定义类的“SearchTree”在签名。
插槽----------Slots----------
ref: Object of class "externalptr" Pointer to
ref:对象类"externalptr"指针
numNodes: Object of class "integer" Number of
numNodes:对象类"integer"数
dataNodes: Object of class "integer" Number of
dataNodes:对象类"integer"数
maxDepth: Object of class "integer" Maximum
maxDepth:对象类"integer"最大
maxBucket: Object of class "integer" Maximum
maxBucket:对象类"integer"最大
totalData: Object of class "integer" Number of
totalData:对象类"integer"数
dataType: Object of class "character" Indicates type of data stored in the tree.
dataType:类"character"对象表示在树中存储的数据的类型。