Uses of Class
com.openinventor.volumeviz.nodes.SoVolumeRenderingPhysicalQuality.PredefinedMaterials
-
Packages that use SoVolumeRenderingPhysicalQuality.PredefinedMaterials Package Description com.openinventor.volumeviz.nodes -
-
Uses of SoVolumeRenderingPhysicalQuality.PredefinedMaterials in com.openinventor.volumeviz.nodes
Fields in com.openinventor.volumeviz.nodes with type parameters of type SoVolumeRenderingPhysicalQuality.PredefinedMaterials Modifier and Type Field Description SoSFEnum<SoVolumeRenderingPhysicalQuality.PredefinedMaterials>
SoVolumeRenderingPhysicalQuality. predefinedMaterial
Specifies a material from a list of predefined ones.Methods in com.openinventor.volumeviz.nodes that return SoVolumeRenderingPhysicalQuality.PredefinedMaterials Modifier and Type Method Description static SoVolumeRenderingPhysicalQuality.PredefinedMaterials
SoVolumeRenderingPhysicalQuality.PredefinedMaterials. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoVolumeRenderingPhysicalQuality.PredefinedMaterials
SoVolumeRenderingPhysicalQuality.PredefinedMaterials. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoVolumeRenderingPhysicalQuality.PredefinedMaterials[]
SoVolumeRenderingPhysicalQuality.PredefinedMaterials. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-