Class Neighborhood3DC26

java.lang.Object
inra.ijpb.data.Neighborhood3D
inra.ijpb.data.Neighborhood3DC26

public class Neighborhood3DC26
extends Neighborhood3D
Defines the 26-neighborhood around a voxel in a 3D image. The 26 neighbors correspond to the neighbors in the three orthogonal directions (6 neighbors), plus the diagonals (12 neighbors), plus the cube-diagonals (8 neighbors).
See Also:
Neighborhood3DC26
  • Constructor Summary

    Constructors
    Constructor Description
    Neighborhood3DC26()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Iterable<Cursor3D> getNeighbors()  

    Methods inherited from class inra.ijpb.data.Neighborhood3D

    getCursor, setCursor

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Neighborhood3DC26

      public Neighborhood3DC26()
  • Method Details

    • getNeighbors

      public java.lang.Iterable<Cursor3D> getNeighbors()
      Specified by:
      getNeighbors in class Neighborhood3D
      Returns:
      an Iterable over the neighbors of the voxel corresponding to the cursor referenced by this Neighborhood.