Uses of Enum Class
com.openinventor.volumeviz.nodes.SoVolumeShape.Interpolations
Packages that use SoVolumeShape.Interpolations
-
Uses of SoVolumeShape.Interpolations in com.openinventor.volumeviz.nodes
Fields in com.openinventor.volumeviz.nodes with type parameters of type SoVolumeShape.InterpolationsModifier and TypeFieldDescriptionSoVolumeBufferedShape.interpolation
Interpolation mode.SoVolumeFaceSet.interpolation
Interpolation mode.SoVolumeIndexedFaceSet.interpolation
Interpolation mode.SoVolumeIndexedTriangleStripSet.interpolation
Interpolation mode.SoVolumeShape.interpolation
Interpolation mode.SoVolumeTriangleStripSet.interpolation
Interpolation mode.Methods in com.openinventor.volumeviz.nodes that return SoVolumeShape.InterpolationsModifier and TypeMethodDescriptionstatic SoVolumeShape.Interpolations
SoVolumeShape.Interpolations.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic SoVolumeShape.Interpolations
Returns the enum constant of this class with the specified name.static SoVolumeShape.Interpolations[]
SoVolumeShape.Interpolations.values()
Returns an array containing the constants of this enum class, in the order they are declared.