Interface OctTreeOctantDType<T>

  • Type Parameters:
    T - The precise type of objects
    All Known Implementing Classes:
    OctTreeD.Octant

    public interface OctTreeOctantDType<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.VolumeD> objects()  
      com.io7m.jregions.core.unparameterized.volumes.VolumeD volume()  
    • Method Detail

      • objects

        java.util.Map<T,​com.io7m.jregions.core.unparameterized.volumes.VolumeD> objects()
        Returns:
        A read-only view of the objects directly contained within this octant
      • volume

        com.io7m.jregions.core.unparameterized.volumes.VolumeD volume()
        Returns:
        The volume of the octant