Uses of Class
plugins.big.bigsnake3d.snake.SphereSnakeParameters

Packages that use SphereSnakeParameters
plugins.big.bigsnake3d.core   
plugins.big.bigsnake3d.gui   
plugins.big.bigsnake3d.keeper   
plugins.big.bigsnake3d.snake   
 

Uses of SphereSnakeParameters in plugins.big.bigsnake3d.core
 

Methods in plugins.big.bigsnake3d.core that return SphereSnakeParameters
 SphereSnakeParameters Snake3DClipboard.getSnakeParameters()
           
 

Methods in plugins.big.bigsnake3d.core with parameters of type SphereSnakeParameters
 void Snake3DClipboard.setSnakeParameters(SphereSnakeParameters parameters)
           
 

Uses of SphereSnakeParameters in plugins.big.bigsnake3d.gui
 

Methods in plugins.big.bigsnake3d.gui with parameters of type SphereSnakeParameters
 void SnakeSettingsPane.setSnakeParameters(SphereSnakeParameters snakeParameters)
          Sets the snake parameters to the interface.
 

Uses of SphereSnakeParameters in plugins.big.bigsnake3d.keeper
 

Methods in plugins.big.bigsnake3d.keeper that return SphereSnakeParameters
 SphereSnakeParameters SnakeKeeper.getESnakeParameters()
           
 

Methods in plugins.big.bigsnake3d.keeper with parameters of type SphereSnakeParameters
 void SnakeKeeper.setSnakeParameters(SphereSnakeParameters snakeParameters)
          Updates the parameters of the snake.
 

Uses of SphereSnakeParameters in plugins.big.bigsnake3d.snake
 

Methods in plugins.big.bigsnake3d.snake that return SphereSnakeParameters
 SphereSnakeParameters SphereSnake.getSnakeParameters()
          Returns a new container with the information of the execution parameters of the snake.
 

Methods in plugins.big.bigsnake3d.snake with parameters of type SphereSnakeParameters
 void SphereSnake.setSnakeParameters(SphereSnakeParameters parameters)
          Sets the snake execution parameters.
 

Constructors in plugins.big.bigsnake3d.snake with parameters of type SphereSnakeParameters
SphereSnake(ImageLUTContainer imageLUTs, SphereSnakeParameters parameters)
          Default constructor.