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