| Package | Description |
|---|---|
| math.bsp |
| Modifier and Type | Field and Description |
|---|---|
protected IBspStrategy<TData,TBoundary> |
BspTree.strategy |
| Modifier and Type | Method and Description |
|---|---|
IBspStrategy<TData,TBoundary> |
IConstBspTree.getStrategy()
Get strategy
|
IBspStrategy<TData,TBoundary> |
BspTree.getStrategy() |
| Modifier and Type | Method and Description |
|---|---|
static <TData,TBoundary> |
BspTree.make(IBspStrategy<TData,TBoundary> strategy)
Make empty tree
Shortcut to avoid having to specify type parameters.
|
static <TData,TBoundary> |
BspTree.make(IBspStrategy<TData,TBoundary> strategy,
TData data)
Make tree with data
Shortcut to avoid having to specify type parameters.
|
| Constructor and Description |
|---|
BspTree(IBspStrategy<TData,TBoundary> strategy)
Constructor
Creates an empty leaf as root.
|
Copyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.