Uses of Class
com.openinventor.ldm.nodes.SoHardwareQuery.HW_Features
-
Packages that use SoHardwareQuery.HW_Features Package Description com.openinventor.ldm.nodes -
-
Uses of SoHardwareQuery.HW_Features in com.openinventor.ldm.nodes
Methods in com.openinventor.ldm.nodes that return SoHardwareQuery.HW_Features Modifier and Type Method Description static SoHardwareQuery.HW_Features
SoHardwareQuery.HW_Features. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoHardwareQuery.HW_Features
SoHardwareQuery.HW_Features. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoHardwareQuery.HW_Features[]
SoHardwareQuery.HW_Features. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.ldm.nodes with parameters of type SoHardwareQuery.HW_Features Modifier and Type Method Description static SoHardwareQuery.HW_SupportStatus
SoHardwareQuery. isSupported(SoHardwareQuery.HW_Features feature)
Returns information about hardware support for various volume rendering features.
-