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