| Package | Description |
|---|---|
| plugins.big.bigsnake3d | |
| plugins.big.bigsnake3d.keeper | |
| plugins.big.bigsnake3d.roi |
| Modifier and Type | Method and Description |
|---|---|
void |
BIGSnake3D.activateSnake(SphereSnakeKeeper keeper)
Makes a particular snake active and responsive to interaction.
|
boolean |
BIGSnake3D.isActiveSnake(SphereSnakeKeeper keeper)
Returns
true if SphereSnakeKeeper passed is the
active one. |
| Modifier and Type | Method and Description |
|---|---|
SphereSnakeKeeper |
KeepersList.getActiveSnakeKeeper()
Returns the active
SphereSnakeKeeper. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
KeepersList.activateSnakeKeeper(SphereSnakeKeeper keeper)
If the
SphereSnakeKeeper passed as a parameter is in the
list, it becomes activated and the method returns true. |
void |
KeepersList.addAndActivateKeeper(SphereSnakeKeeper keeper)
Adds a
SphereSnakeKeeper at the end of the list, and sets it
to selected. |
boolean |
KeepersList.isActiveSnakeKeeper(SphereSnakeKeeper keeper)
Returns
true if the SphereSnakeKeeper passed as
a parameters if the active one. |
| Constructor and Description |
|---|
Snake3DROI(SphereSnake snake,
SphereSnakeKeeper keeper)
Default constructor.
|