Uses of Class
plugins.big.bigsnake.core.ImageLUTContainer

Packages that use ImageLUTContainer
plugins.big.bigsnake.gui   
plugins.big.bigsnake.io   
plugins.big.bigsnake.snake   
 

Uses of ImageLUTContainer in plugins.big.bigsnake.gui
 

Constructor parameters in plugins.big.bigsnake.gui with type arguments of type ImageLUTContainer
ImageSettingsPane(java.lang.String title, java.util.HashMap<icy.sequence.Sequence,ImageLUTContainer> imageLUTs)
          Constructor.
 

Uses of ImageLUTContainer in plugins.big.bigsnake.io
 

Methods in plugins.big.bigsnake.io with parameters of type ImageLUTContainer
 java.util.ArrayList<SnakeKeeper> IOXMLUtils.loadSnakesFromXML(ImageLUTContainer imageLUT, BIGSnake mainPlugin)
          Opens a dialog to select an XML file, and loads all the snakes in the active Sequence.
 void IOXMLUtils.saveSnakesToXML(ImageLUTContainer imageLUT)
          Opens a dialog and saves all the snakes in the active Sequence in an XML file.
 

Uses of ImageLUTContainer in plugins.big.bigsnake.snake
 

Constructors in plugins.big.bigsnake.snake with parameters of type ImageLUTContainer
ESnake(ImageLUTContainer imageLUTs, ESnakeParameters parameters, java.lang.Object initialContour, plugins.big.bigsnakeutils.shape.priorshapes.shapes.Custom customPriorShape)
          Constructor.