Package com.io7m.jspatial.api.octtrees
Interface OctTreeOctantIType<T>
-
- Type Parameters:
T- The precise type of objects
- All Known Implementing Classes:
OctTreeI.Octant
public interface OctTreeOctantIType<T>A octant as it appears within the context of an octtree.- Since:
- 3.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<T,com.io7m.jregions.core.unparameterized.volumes.VolumeI>objects()com.io7m.jregions.core.unparameterized.volumes.VolumeIvolume()
-
-
-
Method Detail
-
objects
java.util.Map<T,com.io7m.jregions.core.unparameterized.volumes.VolumeI> objects()
- Returns:
- A read-only view of the objects directly contained within this octant
-
volume
com.io7m.jregions.core.unparameterized.volumes.VolumeI volume()
- Returns:
- The volume of the octant
-
-