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