Uses of Class
com.openinventor.volumeviz.nodes.SoVolumeRenderingPhysicalQuality.ToneMappings
-
Packages that use SoVolumeRenderingPhysicalQuality.ToneMappings Package Description com.openinventor.volumeviz.nodes -
-
Uses of SoVolumeRenderingPhysicalQuality.ToneMappings in com.openinventor.volumeviz.nodes
Fields in com.openinventor.volumeviz.nodes with type parameters of type SoVolumeRenderingPhysicalQuality.ToneMappings Modifier and Type Field Description SoSFEnum<SoVolumeRenderingPhysicalQuality.ToneMappings>
SoVolumeRenderingPhysicalQuality. toneMapping
Specifies which tone mapping algorithm to apply.Methods in com.openinventor.volumeviz.nodes that return SoVolumeRenderingPhysicalQuality.ToneMappings Modifier and Type Method Description static SoVolumeRenderingPhysicalQuality.ToneMappings
SoVolumeRenderingPhysicalQuality.ToneMappings. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoVolumeRenderingPhysicalQuality.ToneMappings
SoVolumeRenderingPhysicalQuality.ToneMappings. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoVolumeRenderingPhysicalQuality.ToneMappings[]
SoVolumeRenderingPhysicalQuality.ToneMappings. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-