Uses of Class
plugins.big.bigsnake3d.keeper.SnakeKeeper

Packages that use SnakeKeeper
plugins.big.bigsnake3d   
plugins.big.bigsnake3d.keeper   
plugins.big.bigsnake3d.roi   
 

Uses of SnakeKeeper in plugins.big.bigsnake3d
 

Methods in plugins.big.bigsnake3d with parameters of type SnakeKeeper
 void BIGSnake3D.activateSnake(SnakeKeeper keeper)
          Makes a particular snake active and responsive to interaction.
 boolean BIGSnake3D.isActiveSnake(SnakeKeeper keeper)
          Returns true if SnakeKeeper passed is the active one.
 

Uses of SnakeKeeper in plugins.big.bigsnake3d.keeper
 

Methods in plugins.big.bigsnake3d.keeper that return SnakeKeeper
 SnakeKeeper KeepersList.getActiveSnakeKeeper()
          Returns the active SnakeKeeper.
 

Methods in plugins.big.bigsnake3d.keeper with parameters of type SnakeKeeper
 boolean KeepersList.activateSnakeKeeper(SnakeKeeper keeper)
          If the SnakeKeeper passed as a parameter is in the list, it becomes activated and the method returns true.
 void KeepersList.addAndActivateKeeper(SnakeKeeper keeper)
          Adds a SnakeKeeper at the end of the list, and sets it to selected.
 boolean KeepersList.isActiveSnakeKeeper(SnakeKeeper keeper)
          Returns true if the SnakeKeeper passed as a parameters if the active one.
 

Uses of SnakeKeeper in plugins.big.bigsnake3d.roi
 

Constructors in plugins.big.bigsnake3d.roi with parameters of type SnakeKeeper
ROI3DSnake(SphereSnake snake, SnakeKeeper keeper)
          Default constructor.