Uses of Enum Class
com.openinventor.ldm.nodes.SoROI.FlagsType
Packages that use SoROI.FlagsType
-
Uses of SoROI.FlagsType in com.openinventor.ldm.nodes
Fields in com.openinventor.ldm.nodes with type parameters of type SoROI.FlagsTypeModifier and TypeFieldDescriptionfinal SoSFBitMask
<SoROI.FlagsType> SoROI.flags
Specifies how the bounds of the box are used.Methods in com.openinventor.ldm.nodes that return SoROI.FlagsTypeModifier and TypeMethodDescriptionstatic SoROI.FlagsType
SoROI.FlagsType.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic SoROI.FlagsType
Returns the enum constant of this class with the specified name.static SoROI.FlagsType[]
SoROI.FlagsType.values()
Returns an array containing the constants of this enum class, in the order they are declared.