Uses of Class
plugins.big.bigsnake.snake.ESnake

Packages that use ESnake
plugins.big.bigsnake.keeper   
plugins.big.bigsnake.roi   
 

Uses of ESnake in plugins.big.bigsnake.keeper
 

Fields in plugins.big.bigsnake.keeper declared as ESnake
 ESnake SnakeKeeper.snake_
          The snake associated to this SnakeKeeper.
 

Constructors in plugins.big.bigsnake.keeper with parameters of type ESnake
SnakeKeeper(icy.sequence.Sequence sequence, ESnake snake, BIGSnake mainPlugin)
          Default.
 

Uses of ESnake in plugins.big.bigsnake.roi
 

Constructors in plugins.big.bigsnake.roi with parameters of type ESnake
ROI2DSnake(ESnake snake, SnakeKeeper keeper)
          Constructor.