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