public class Blob_Segmentation_in_3D.GrowBlob extends InteractiveBehavior
Modifier and Type | Class and Description |
---|---|
class |
Blob_Segmentation_in_3D.GrowBlob.Blob |
TWO_RAD
ALLOW_AUTO_COMPUTE_BOUNDS_READ, ALLOW_AUTO_COMPUTE_BOUNDS_WRITE, ALLOW_BOUNDS_READ, ALLOW_BOUNDS_WRITE, ALLOW_COLLIDABLE_READ, ALLOW_COLLIDABLE_WRITE, ALLOW_LOCAL_TO_VWORLD_READ, ALLOW_LOCALE_READ, ALLOW_PARENT_READ, ALLOW_PICKABLE_READ, ALLOW_PICKABLE_WRITE, ENABLE_COLLISION_REPORTING, ENABLE_PICK_REPORTING
Constructor and Description |
---|
GrowBlob(Image3DUniverse univ) |
Modifier and Type | Method and Description |
---|---|
void |
doProcess(MouseEvent me)
Process mouse events.
|
Blob_Segmentation_in_3D.GrowBlob.Blob |
segment(int mouse_x,
int mouse_y)
Returns the segmented stack.
|
doProcess, getExternalBehaviors, initialize, processStimulus, setExternalBehaviours
getEnable, getNumSchedulingIntervals, getSchedulingBoundingLeaf, getSchedulingBounds, getSchedulingInterval, getView, getWakeupCondition, postId, setEnable, setSchedulingBoundingLeaf, setSchedulingBounds, setSchedulingInterval, updateNodeReferences, wakeupOn
cloneNode, cloneTree, cloneTree, cloneTree, cloneTree, cloneTree, cloneTree, duplicateNode, getBounds, getBoundsAutoCompute, getCollidable, getLocale, getLocalToVworld, getLocalToVworld, getParent, getPickable, setBounds, setBoundsAutoCompute, setCollidable, setPickable
clearCapability, clearCapabilityIsFrequent, duplicateSceneGraphObject, getCapability, getCapabilityIsFrequent, getName, getUserData, isCompiled, isLive, setCapability, setCapabilityIsFrequent, setName, setUserData, toString
public GrowBlob(Image3DUniverse univ)
public void doProcess(MouseEvent me)
InteractiveBehavior
doProcess
in class InteractiveBehavior
public Blob_Segmentation_in_3D.GrowBlob.Blob segment(int mouse_x, int mouse_y)
Copyright © 2015–2021 Fiji. All rights reserved.