Uses of Class
com.openinventor.volumeviz.nodes.SoVolumeFaceSet.Interpolations
-
Packages that use SoVolumeFaceSet.Interpolations Package Description com.openinventor.volumeviz.nodes -
-
Uses of SoVolumeFaceSet.Interpolations in com.openinventor.volumeviz.nodes
Methods in com.openinventor.volumeviz.nodes that return SoVolumeFaceSet.Interpolations Modifier and Type Method Description static SoVolumeFaceSet.Interpolations
SoVolumeFaceSet.Interpolations. valueOf(int val)
Deprecated.Returns the enum constant of this type with the specified integer valuestatic SoVolumeFaceSet.Interpolations
SoVolumeFaceSet.Interpolations. valueOf(java.lang.String name)
Deprecated.Returns the enum constant of this type with the specified name.static SoVolumeFaceSet.Interpolations[]
SoVolumeFaceSet.Interpolations. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-