public static enum SoVolumeFaceSet.Interpolations extends java.lang.Enum<SoVolumeFaceSet.Interpolations> implements IntegerValuedEnum
| Enum Constant and Description | 
|---|
LINEAR
Deprecated.  
OpenGL linear interpolation (Default). 
 | 
NEAREST
Deprecated.  
OpenGL "nearest neighbor" interpolation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static SoVolumeFaceSet.Interpolations | 
fromValue(int val)
Deprecated. 
 
Use  
valueOf(int) instead. | 
int | 
getValue()
Deprecated.  
Returns the integer value of the enum constant. 
 | 
static SoVolumeFaceSet.Interpolations | 
valueOf(int val)
Deprecated.  
Returns the enum constant of this type with the specified integer value 
 | 
static SoVolumeFaceSet.Interpolations | 
valueOf(java.lang.String name)
Deprecated.  
Returns the enum constant of this type with the specified name. 
 | 
static SoVolumeFaceSet.Interpolations[] | 
values()
Deprecated.  
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final SoVolumeFaceSet.Interpolations NEAREST
public static final SoVolumeFaceSet.Interpolations LINEAR
SoOrthoSlice, SoObliqueSlice, SoVolumeSkin, SoFenceSlice) and tri-linear interpolation for 3D textures (SoVolumeRender, SoVolumeGeometry).public static SoVolumeFaceSet.Interpolations[] values()
for (SoVolumeFaceSet.Interpolations c : SoVolumeFaceSet.Interpolations.values()) System.out.println(c);
public static SoVolumeFaceSet.Interpolations 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@Deprecated public static SoVolumeFaceSet.Interpolations fromValue(int val)
valueOf(int) instead.public static SoVolumeFaceSet.Interpolations valueOf(int val)
public int getValue()
IntegerValuedEnumgetValue in interface IntegerValuedEnumGenerated on July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com