| Interface | Description |
|---|---|
| IBspNode<TData,TBoundary> |
Internal or leaf node
|
| IConstBspInternalNode<TData,TBoundary> |
Constant interface to an internal node
|
| IConstBspLeafNode<TData,TBoundary> |
Constant interface to a leaf node
|
| IConstBspNode<TData,TBoundary> |
Constant interface to an internal or leaf node
|
| Class | Description |
|---|---|
| BspInternalNode<TData,TBoundary> |
Internal node
A node with boundary and positive and negative child.
|
| BspLeafNode<TData,TBoundary> |
Leaf node
A node that contains only data.
|
Copyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.