Uses of Class
plugins.big.bigsnakeutils.icy.snake2D.Snake2DNode

Packages that use Snake2DNode
plugins.big.bigsnakeutils.icy.snake2D   
plugins.big.bigsnakeutils.shape.priorshapes   
plugins.big.bigsnakeutils.shape.priorshapes.shapes   
 

Uses of Snake2DNode in plugins.big.bigsnakeutils.icy.snake2D
 

Methods in plugins.big.bigsnakeutils.icy.snake2D that return Snake2DNode
 Snake2DNode[] Snake2D.getNodes()
          This method provides an accessor to the snake-defining nodes.
 Snake2DNode[] Snake2D.getSubdivisionPoints()
          This method provides an accessor to the snake subdivision points.
 

Methods in plugins.big.bigsnakeutils.icy.snake2D with parameters of type Snake2DNode
 void Snake2DPowellOptimizer.optimize(Snake2D snake, Snake2DNode[] configuration)
          This method evolves the snake.
abstract  void Snake2DOptimizer.optimize(Snake2D snake, Snake2DNode[] configuration)
          This method should perform the optimization of the Snake2DNode[] object configuration which drives the Snake2D object snake.
 void Snake2D.setNodes(Snake2DNode[] node)
          This method provides a mutator to the snake-defining nodes.
 

Uses of Snake2DNode in plugins.big.bigsnakeutils.shape.priorshapes
 

Methods in plugins.big.bigsnakeutils.shape.priorshapes that return Snake2DNode
 Snake2DNode[] ShapeProjector.orthoProject(Snake2DNode[] inputNodes)
          Projects a set of snake-defining nodes to the subspace orthogonal to the corresponding shape-space.
 Snake2DNode[] ShapeProjector.project(Snake2DNode[] inputNodes)
          Projects a set of snake-defining nodes to the corresponding shape-space.
 

Methods in plugins.big.bigsnakeutils.shape.priorshapes with parameters of type Snake2DNode
 Snake2DNode[] ShapeProjector.orthoProject(Snake2DNode[] inputNodes)
          Projects a set of snake-defining nodes to the subspace orthogonal to the corresponding shape-space.
 double ShapeProjector.orthoProjectionDistanceAffine(Snake2DNode[] inputNodes)
          Returns the distance between the shape space and the projection of the input shape to the orthogonal complement.
 double ShapeProjector.orthoProjectionDistanceSimilarity(Snake2DNode[] inputNodes)
          Returns the distance between the shape space and the projection of the input shape to the orthogonal complement.
 Snake2DNode[] ShapeProjector.project(Snake2DNode[] inputNodes)
          Projects a set of snake-defining nodes to the corresponding shape-space.
 

Uses of Snake2DNode in plugins.big.bigsnakeutils.shape.priorshapes.shapes
 

Methods in plugins.big.bigsnakeutils.shape.priorshapes.shapes that return Snake2DNode
 Snake2DNode[] PriorShape.getDefaultNodes()
           
 Snake2DNode[] PriorShape.getNodes(int M)
           
 Snake2DNode[] Circle.getNodes(int M)
           
 

Constructors in plugins.big.bigsnakeutils.shape.priorshapes.shapes with parameters of type Snake2DNode
Custom(Snake2DNode[] coef)