Package | Description |
---|---|
icy.vtk |
Contains VTK library related stuff (wrapper, tools)
|
plugins.kernel.canvas |
Contains all canvas type plugins for the kernel
|
Modifier and Type | Method and Description |
---|---|
static VtkImageVolume.VtkVolumeMapperType |
VtkImageVolume.VtkVolumeMapperType.valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static VtkImageVolume.VtkVolumeMapperType[] |
VtkImageVolume.VtkVolumeMapperType.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
VtkImageVolume.VtkVolumeMapperType |
VtkCanvas.getVolumeMapperType()
Deprecated.
Use
VtkCanvas.getGPURendering() instead |
Modifier and Type | Method and Description |
---|---|
void |
VtkCanvas.setVolumeMapperType(VtkImageVolume.VtkVolumeMapperType value)
Deprecated.
Use
VtkCanvas.setGPURendering(boolean) instead |