Uses of Enum Class
com.openinventor.volumeviz.nodes.SoVolumeRendering.HW_Features
Packages that use SoVolumeRendering.HW_Features
-
Uses of SoVolumeRendering.HW_Features in com.openinventor.volumeviz.nodes
Methods in com.openinventor.volumeviz.nodes that return SoVolumeRendering.HW_FeaturesModifier and TypeMethodDescriptionSoVolumeRendering.HW_Features.valueOf
(int val) Returns the enum constant of this type with the specified integer valueReturns the enum constant of this class with the specified name.static SoVolumeRendering.HW_Features[]
SoVolumeRendering.HW_Features.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.volumeviz.nodes with parameters of type SoVolumeRendering.HW_FeaturesModifier and TypeMethodDescriptionSoVolumeRendering.isSupported
(SoVolumeRendering.HW_Features feature) Returns information about hardware support for various volume rendering features.