Package com.io7m.jspatial.implementation
Class OctTreeSupplierD
- java.lang.Object
-
- com.io7m.jspatial.implementation.OctTreeSupplierD
-
- All Implemented Interfaces:
OctTreeSupplierDType
public final class OctTreeSupplierD extends java.lang.Object implements OctTreeSupplierDType
The default implementation of theOctTreeSupplierDTypeinterface.
-
-
Constructor Summary
Constructors Constructor Description OctTreeSupplierD()Construct a new supplier.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <A> OctTreeDType<A>create(OctTreeConfigurationD config)Create a new tree based on the given configuration.
-
-
-
Method Detail
-
create
public <A> OctTreeDType<A> create(OctTreeConfigurationD config)
Description copied from interface:OctTreeSupplierDTypeCreate a new tree based on the given configuration.- Specified by:
createin interfaceOctTreeSupplierDType- Type Parameters:
A- The type of objects in the tree- Parameters:
config- The configuration- Returns:
- A new tree
-
-