snake2D
Class Snake2DKeeper

java.lang.Object
  extended by snake2D.Snake2DKeeper

public class Snake2DKeeper
extends java.lang.Object

This class encapsulates the interactive and managerial aspects of snakes. It handles objects that implement the Snake2D interface.

See Also:
Snake2D

Constructor Summary
Snake2DKeeper()
           
 
Method Summary
 void interactAndOptimize(Snake2D snake, ij.ImagePlus display)
          This method allows the user to alternate between interactive guiding of the snake and automatic optimization under control of the class Snake2DKeeper.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Snake2DKeeper

public Snake2DKeeper()
Method Detail

interactAndOptimize

public void interactAndOptimize(Snake2D snake,
                                ij.ImagePlus display)
This method allows the user to alternate between interactive guiding of the snake and automatic optimization under control of the class Snake2DKeeper.

Parameters:
display - A mandatory ImagePlus object over which the handles used to interactively manipulate the snake will be overlaid. The skin used to represent the snake will be overlaid on the same image.