| Package | Description |
|---|---|
| math.bsp | |
| math.bsp.node |
| Modifier and Type | Method and Description |
|---|---|
TBoundary |
IBspStrategy.findBoundary(IConstBspLeafNode<TData,TBoundary> leafNode)
Find a boundary to split a leaf node
|
boolean |
IBspStrategy.shouldSplit(IConstBspLeafNode<TData,TBoundary> leafNode)
Whether a leaf node should be split
|
| Modifier and Type | Class and Description |
|---|---|
class |
BspLeafNode<TData,TBoundary>
Leaf node
A node that contains only data.
|
| Modifier and Type | Method and Description |
|---|---|
IConstBspLeafNode<TData,TBoundary> |
BspLeafNode.asConst() |
IConstBspLeafNode<TData,TBoundary> |
IConstBspNode.asLeaf()
Cast to leaf
Will throw an exception if node the is not actually leaf node.
|
Copyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.