Uses of Enum Class
com.openinventor.inventor.elements.SoComplexityTypeElement.Types
Packages that use SoComplexityTypeElement.Types
Package
Description
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.TypesModifier and TypeMethodDescriptionReturns current complexity type from the state.SoComplexityTypeElement.getDefault()
Returns the default complexity type.SoComplexityTypeElement.Types.valueOf
(int val) Returns the enum constant of this type with the specified integer valueReturns the enum constant of this class with the specified name.static SoComplexityTypeElement.Types[]
SoComplexityTypeElement.Types.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.inventor.elements with parameters of type SoComplexityTypeElement.TypesModifier and TypeMethodDescriptionstatic 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.