@Deprecated public static enum VtkImageVolume.VtkVolumeMapperType extends java.lang.Enum<VtkImageVolume.VtkVolumeMapperType>
| Enum Constant and Description |
|---|
RAYCAST_CPU_FIXEDPOINT
Deprecated.
|
RAYCAST_GPU_OPENGL
Deprecated.
|
TEXTURE2D_OPENGL
Deprecated.
|
TEXTURE3D_OPENGL
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static VtkImageVolume.VtkVolumeMapperType |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static VtkImageVolume.VtkVolumeMapperType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VtkImageVolume.VtkVolumeMapperType RAYCAST_CPU_FIXEDPOINT
public static final VtkImageVolume.VtkVolumeMapperType RAYCAST_GPU_OPENGL
public static final VtkImageVolume.VtkVolumeMapperType TEXTURE2D_OPENGL
public static final VtkImageVolume.VtkVolumeMapperType TEXTURE3D_OPENGL
public static VtkImageVolume.VtkVolumeMapperType[] values()
for (VtkImageVolume.VtkVolumeMapperType c : VtkImageVolume.VtkVolumeMapperType.values()) System.out.println(c);
public static VtkImageVolume.VtkVolumeMapperType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null