Package inra.ijpb.data
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 SummaryConstructors Constructor Description Neighborhood3DC26()
- 
Method SummaryModifier and Type Method Description java.lang.Iterable<Cursor3D>getNeighbors()Methods inherited from class inra.ijpb.data.Neighborhood3DgetCursor, setCursorMethods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
Neighborhood3DC26public Neighborhood3DC26()
 
- 
- 
Method Details- 
getNeighbors- Specified by:
- getNeighborsin class- Neighborhood3D
- Returns:
- an Iterable over the neighbors of the voxel corresponding to the cursor referenced by this Neighborhood.
 
 
-