| Package | Description |
|---|---|
| com.io7m.jspatial.api.octtrees |
Octtree API specification.
|
| com.io7m.jspatial.implementation |
Main implementation.
|
| Modifier and Type | Method and Description |
|---|---|
OctTreeConfigurationI |
OctTreeConfigurationI.Builder.build()
Builds a new
OctTreeConfigurationI. |
static OctTreeConfigurationI |
OctTreeConfigurationI.copyOf(OctTreeConfigurationIType instance)
Creates an immutable copy of a
OctTreeConfigurationIType value. |
static OctTreeConfigurationI |
OctTreeConfigurationI.of(com.io7m.jregions.core.unparameterized.volumes.VolumeI volume,
int minimumOctantWidth,
int minimumOctantHeight,
int minimumOctantDepth,
boolean trimOnRemove)
Construct a new immutable
OctTreeConfigurationI instance. |
OctTreeConfigurationI |
OctTreeConfigurationI.withMinimumOctantDepth(int value)
Copy the current immutable object by setting a value for the
minimumOctantDepth attribute. |
OctTreeConfigurationI |
OctTreeConfigurationI.withMinimumOctantHeight(int value)
Copy the current immutable object by setting a value for the
minimumOctantHeight attribute. |
OctTreeConfigurationI |
OctTreeConfigurationI.withMinimumOctantWidth(int value)
Copy the current immutable object by setting a value for the
minimumOctantWidth attribute. |
OctTreeConfigurationI |
OctTreeConfigurationI.withTrimOnRemove(boolean value)
Copy the current immutable object by setting a value for the
trimOnRemove attribute. |
OctTreeConfigurationI |
OctTreeConfigurationI.withVolume(com.io7m.jregions.core.unparameterized.volumes.VolumeI value)
Copy the current immutable object by setting a value for the
volume attribute. |
| Modifier and Type | Method and Description |
|---|---|
<A> OctTreeIType<A> |
OctTreeSupplierIType.create(OctTreeConfigurationI config)
Create a new tree based on the given configuration.
|
| Modifier and Type | Method and Description |
|---|---|
<A> OctTreeIType<A> |
OctTreeSupplierI.create(OctTreeConfigurationI config) |
static <T> OctTreeIType<T> |
OctTreeI.create(OctTreeConfigurationI config)
Create a new empty tree with the given bounds.
|
Copyright © 2017 <code@io7m.com> http://io7m.com