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