Class Neighborhood3DC6

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

public class Neighborhood3DC6
extends Neighborhood3D
Defines the 6-neighborhood around a voxel in a 3D image. The six neighbors correspond to the neighbors in the three orthogonal directions.
See Also:
Neighborhood3DC26
  • Constructor Summary

    Constructors
    Constructor Description
    Neighborhood3DC6()  
  • 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

    • Neighborhood3DC6

      public Neighborhood3DC6()
  • 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.