Uses of Interface
plugins.big.bigsnakeutils.icy.snake3D.Snake3D

Packages that use Snake3D
plugins.big.bigsnakeutils.icy.snake3D   
 

Uses of Snake3D in plugins.big.bigsnakeutils.icy.snake3D
 

Methods in plugins.big.bigsnakeutils.icy.snake3D with parameters of type Snake3D
 void Snake3DPowellOptimizer.optimize(Snake3D snake, Snake3DNode[] configuration)
          This method evolves the snake.
abstract  void Snake3DOptimizer.optimize(Snake3D snake, Snake3DNode[] configuration)
          This method should perform the optimization of the Snake3DNode[] object configuration which drives the Snake3D object snake.
 void Snake3DOptimizer.wasSuccessfulProbing(Snake3D snake)
          Notifies the keeper that the optimizer was successful in its previous attempt to improve the configuration of the snake snake.
 void Snake3DOptimizer.willProbe(Snake3D snake)
          Notifies the keeper that the optimizer is about to measure either the energy of the snake snake or its gradient.