Package com.io7m.jspatial.implementation
Class OctTreeL.Octant
- java.lang.Object
-
- com.io7m.jspatial.implementation.OctTreeL.Octant
-
- All Implemented Interfaces:
OctTreeOctantLType<T>
protected final class OctTreeL.Octant extends java.lang.Object implements OctTreeOctantLType<T>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<T,com.io7m.jregions.core.unparameterized.volumes.VolumeL>objects()com.io7m.jregions.core.unparameterized.volumes.VolumeLvolume()
-
-
-
Method Detail
-
objects
public java.util.Map<T,com.io7m.jregions.core.unparameterized.volumes.VolumeL> objects()
- Specified by:
objectsin interfaceOctTreeOctantLType<T>- Returns:
- A read-only view of the objects directly contained within this octant
-
volume
public com.io7m.jregions.core.unparameterized.volumes.VolumeL volume()
- Specified by:
volumein interfaceOctTreeOctantLType<T>- Returns:
- The volume of the octant
-
-