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