Uses of Class
com.openinventor.inventor.nodes.SoMultiSwitch.TraversalModes
-
Packages that use SoMultiSwitch.TraversalModes Package Description com.openinventor.inventor.elements The element classes are used internally for storing information in Open Inventor's traversal state list.com.openinventor.inventor.nodes -
-
Uses of SoMultiSwitch.TraversalModes in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements that return SoMultiSwitch.TraversalModes Modifier and Type Method Description static SoMultiSwitch.TraversalModesSoMultiSwitchElement. getTraversalMode(SoState state) -
Uses of SoMultiSwitch.TraversalModes in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoMultiSwitch.TraversalModes Modifier and Type Field Description SoSFEnum<SoMultiSwitch.TraversalModes>SoMultiSwitch. traversalModeDefines the way the children list must be managed.Methods in com.openinventor.inventor.nodes that return SoMultiSwitch.TraversalModes Modifier and Type Method Description static SoMultiSwitch.TraversalModesSoMultiSwitch.TraversalModes. valueOf(int val)Returns the enum constant of this type with the specified integer valuestatic SoMultiSwitch.TraversalModesSoMultiSwitch.TraversalModes. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SoMultiSwitch.TraversalModes[]SoMultiSwitch.TraversalModes. values()Returns an array containing the constants of this enum type, in the order they are declared.
-