Package | Description |
---|---|
textureByRef | |
voltex |
Modifier and Type | Method and Description |
---|---|
VoltexVolume |
Volume_Editor.getVolume() |
Modifier and Type | Method and Description |
---|---|
static void |
Volume_Editor.drawSpiral(VoltexVolume v,
float cx,
float cy) |
Modifier and Type | Class and Description |
---|---|
class |
Mask |
Modifier and Type | Field and Description |
---|---|
protected VoltexVolume |
VolumeRenderer.volume
The image data which is rendered by this VolumeRenderer
|
Modifier and Type | Method and Description |
---|---|
VoltexVolume |
VolumeRenderer.getVolume()
Returns the image data of this rendering.
|
Modifier and Type | Method and Description |
---|---|
Texture2D |
AppearanceCreator.getTexture(int axis,
int index,
VoltexVolume vol)
Returns the texture for the specified axis and slice
|
void |
GeometryCreator.setVolume(VoltexVolume volume)
Change the image data for this GeometryCreator
|
void |
AppearanceCreator.setVolume(VoltexVolume v)
Change the image data of this AppearanceCreator
|
Constructor and Description |
---|
AppearanceCreator(VoltexVolume volume)
Constructor.
|
AppearanceCreator(VoltexVolume volume,
Color3f color,
float transparency)
Initializes this AppearanceCreator with the given image data, color and
transparency values.
|
GeometryCreator(VoltexVolume volume)
Initializes this GeometryCreator with the given volume
|
Mask(VoltexVolume image,
BranchGroup node) |
Copyright © 2015–2021 Fiji. All rights reserved.