public class OrthoGroup extends VoltexGroup
c, rendererALLOW_DETACHALLOW_CHILDREN_EXTEND, ALLOW_CHILDREN_READ, ALLOW_CHILDREN_WRITE, ALLOW_COLLISION_BOUNDS_READ, ALLOW_COLLISION_BOUNDS_WRITEALLOW_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, volumeToImagePlatecloneNode, compile, detach, pickAll, pickAll, pickAllSorted, pickAllSorted, pickAny, pickAny, pickClosest, pickClosestaddChild, getAllChildren, getAlternateCollisionTarget, getChild, getCollisionBounds, indexOfChild, insertChild, moveTo, numChildren, removeAllChildren, removeChild, removeChild, setAlternateCollisionTarget, setChild, setCollisionBoundscloneTree, cloneTree, cloneTree, cloneTree, cloneTree, cloneTree, duplicateNode, getBounds, getBoundsAutoCompute, getCollidable, getLocale, getLocalToVworld, getLocalToVworld, getParent, getPickable, setBounds, setBoundsAutoCompute, setCollidable, setPickableclearCapability, clearCapabilityIsFrequent, duplicateSceneGraphObject, getCapability, getCapabilityIsFrequent, getName, getUserData, isCompiled, isLive, setCapability, setCapabilityIsFrequent, setName, setUserData, toString, updateNodeReferencespublic 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.