Package gov.nih.mipav.model.algorithms
Class AlgorithmNetworkSnake.SnakeInitialiser.Node
java.lang.Object
gov.nih.mipav.model.algorithms.AlgorithmNetworkSnake.SnakeInitialiser.Node
- All Implemented Interfaces:
Serializable
- Enclosing class:
AlgorithmNetworkSnake.SnakeInitialiser
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intintgetX()intgetY()voidvoidsetJunctionNeighbours(ArrayList<AlgorithmNetworkSnake.SnakeInitialiser.Node> junctionNeighbours) voidvoidsetX(int x) voidsetY(int y)
-
Field Details
-
x
private int x -
y
private int y -
neighbours
-
junctionNeighbours
-
anchor
-
-
Constructor Details
-
Node
public Node()
-
-
Method Details
-
getX
public int getX() -
setX
public void setX(int x) -
getY
public int getY() -
setY
public void setY(int y) -
getNeigbours
-
setNeighbours
-
getJunctionNeighbours
-
setJunctionNeighbours
public void setJunctionNeighbours(ArrayList<AlgorithmNetworkSnake.SnakeInitialiser.Node> junctionNeighbours) -
getAnchor
-
setAnchor
-
getNeighbourCount
public int getNeighbourCount() -
clone
-