Package gov.nih.mipav.model.algorithms
Class AlgorithmNetworkSnake.PixelGrid.PixelGridNode
java.lang.Object
gov.nih.mipav.model.algorithms.AlgorithmNetworkSnake.PixelGrid.PixelGridNode
- Enclosing class:
AlgorithmNetworkSnake.PixelGrid
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate int -
Constructor Summary
ConstructorsConstructorDescriptionPixelGridNode(int x, int y, AlgorithmNetworkSnake.PixelGrid.PixelGridNode North, AlgorithmNetworkSnake.PixelGrid.PixelGridNode South, AlgorithmNetworkSnake.PixelGrid.PixelGridNode East, AlgorithmNetworkSnake.PixelGrid.PixelGridNode West) -
Method Summary
-
Field Details
-
north
-
south
-
east
-
west
-
x
private int x -
y
private int y
-
-
Constructor Details
-
PixelGridNode
public PixelGridNode(int x, int y, AlgorithmNetworkSnake.PixelGrid.PixelGridNode North, AlgorithmNetworkSnake.PixelGrid.PixelGridNode South, AlgorithmNetworkSnake.PixelGrid.PixelGridNode East, AlgorithmNetworkSnake.PixelGrid.PixelGridNode West)
-
-
Method Details
-
getNorth
-
setNorth
-
getSouth
-
setSouth
-
getEast
-
setEast
-
getWest
-
setWest
-
getX
public int getX() -
setX
public void setX(int x) -
getY
public int getY() -
setY
public void setY(int y) -
getNeighbourCount
public int getNeighbourCount()
-