Uses of Class
com.openinventor.volumeviz.nodes.SoVolumeShape.Interpolations
-
Packages that use SoVolumeShape.Interpolations Package Description com.openinventor.volumeviz.nodes -
-
Uses of SoVolumeShape.Interpolations in com.openinventor.volumeviz.nodes
Fields in com.openinventor.volumeviz.nodes with type parameters of type SoVolumeShape.Interpolations Modifier and Type Field Description SoSFEnum<SoVolumeShape.Interpolations>
SoVolumeBufferedShape. interpolation
Interpolation mode.SoSFEnum<SoVolumeShape.Interpolations>
SoVolumeFaceSet. interpolation
Interpolation mode.SoSFEnum<SoVolumeShape.Interpolations>
SoVolumeIndexedFaceSet. interpolation
Interpolation mode.SoSFEnum<SoVolumeShape.Interpolations>
SoVolumeIndexedTriangleStripSet. interpolation
Interpolation mode.SoSFEnum<SoVolumeShape.Interpolations>
SoVolumeShape. interpolation
Interpolation mode.SoSFEnum<SoVolumeShape.Interpolations>
SoVolumeTriangleStripSet. interpolation
Interpolation mode.Methods in com.openinventor.volumeviz.nodes that return SoVolumeShape.Interpolations Modifier and Type Method Description static SoVolumeShape.Interpolations
SoVolumeShape.Interpolations. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoVolumeShape.Interpolations
SoVolumeShape.Interpolations. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoVolumeShape.Interpolations[]
SoVolumeShape.Interpolations. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-