public class OrthoGroup extends VoltexGroup
c, renderer
ALLOW_DETACH
ALLOW_CHILDREN_EXTEND, ALLOW_CHILDREN_READ, ALLOW_CHILDREN_WRITE, ALLOW_COLLISION_BOUNDS_READ, ALLOW_COLLISION_BOUNDS_WRITE
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 |
---|
OrthoGroup(Content c)
Construct a OrthoGroup from the given Content.
|
OrthoGroup(ContentInstant c)
Construct a OrthoGroup from the given ContentInstant.
|
Modifier and Type | Method and Description |
---|---|
void |
decrease(int axis)
Alter the slice index of the given direction.
|
int |
getSlice(int axis)
Get the slice index of the specified axis
|
void |
increase(int axis)
Alter the slice index of the given direction.
|
boolean |
isVisible(int i)
Returns true if the slice in the given direction is visible.
|
void |
setSlice(int axis,
int v)
Alter the slice index of the given direction.
|
void |
setVisible(int axis,
boolean b)
Set the specified slice visible
|
calculateMinMaxCenterPoint, channelsUpdated, clearDisplayedData, colorUpdated, createMask, eyePtChanged, fillRoi, getCenter, getMax, getMin, getRenderer, getVolume, lutUpdated, restoreDisplayedData, shadeUpdated, swapDisplayedData, thresholdUpdated, transparencyUpdated, update, volumeToImagePlate
cloneNode, compile, detach, pickAll, pickAll, pickAllSorted, pickAllSorted, pickAny, pickAny, pickClosest, pickClosest
addChild, getAllChildren, getAlternateCollisionTarget, getChild, getCollisionBounds, indexOfChild, insertChild, moveTo, numChildren, removeAllChildren, removeChild, removeChild, setAlternateCollisionTarget, setChild, setCollisionBounds
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, updateNodeReferences
public OrthoGroup(Content c)
c
- public OrthoGroup(ContentInstant c)
c
- public void setSlice(int axis, int v)
axis
- v
- public int getSlice(int axis)
axis
- public void decrease(int axis)
axis
- public void increase(int axis)
axis
- public boolean isVisible(int i)
public void setVisible(int axis, boolean b)
axis
- b
- Copyright © 2015–2021 Fiji. All rights reserved.