Package inra.ijpb.data
Class Neighborhood3D
java.lang.Object
inra.ijpb.data.Neighborhood3D
- Direct Known Subclasses:
Neighborhood3DC26
,Neighborhood3DC6
public abstract class Neighborhood3D
extends java.lang.Object
Defines a neighborhood around a voxel in a 3D image.
- See Also:
Neighborhood2D
-
Constructor Summary
Constructors Constructor Description Neighborhood3D()
-
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Neighborhood3D
public Neighborhood3D()
-
-
Method Details
-
getNeighbors
- Returns:
- an Iterable over the neighbors of the voxel corresponding to the cursor referenced by this Neighborhood.
-
setCursor
Sets the position of the Neighborhood3D.- Parameters:
cursor
- the new position of the Neighborhood3D
-
getCursor
- Returns:
- the position of the Neighborhood3D.
-