Uses of Class
com.openinventor.inventor.elements.SoComplexityTypeElement.Types
-
Packages that use SoComplexityTypeElement.Types Package Description com.openinventor.inventor.elements The element classes are used internally for storing information in Open Inventor's traversal state list. -
-
Uses of SoComplexityTypeElement.Types in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements that return SoComplexityTypeElement.Types Modifier and Type Method Description static SoComplexityTypeElement.Types
SoComplexityTypeElement. get(SoState state)
Returns current complexity type from the state.static SoComplexityTypeElement.Types
SoComplexityTypeElement. getDefault()
Returns the default complexity type.static SoComplexityTypeElement.Types
SoComplexityTypeElement.Types. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoComplexityTypeElement.Types
SoComplexityTypeElement.Types. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoComplexityTypeElement.Types[]
SoComplexityTypeElement.Types. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.inventor.elements with parameters of type SoComplexityTypeElement.Types Modifier and Type Method Description static void
SoComplexityTypeElement. set(SoState state, SoComplexityTypeElement.Types type)
Sets the current complexity type in the state.static void
SoComplexityTypeElement. set(SoState state, SoNode name_9477, SoComplexityTypeElement.Types type)
Sets the current complexity type in the state.
-