Class SoInteractiveComplexityElement
java.lang.Object
com.openinventor.inventor.Inventor
com.openinventor.inventor.elements.SoElement
com.openinventor.inventor.elements.SoAccumulatedElement
com.openinventor.inventor.elements.SoInteractiveComplexityElement
Stores the current interactive complexity.
This element stores the current interactive complexity.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand
-
Field Summary
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
getBooleanFieldValue
(SoState state, SoSFBool field) Return value of aSoSFBool
.static int
Deprecated.As of Open Inventor 9.3.0.0.static int
getEnumFieldValue
(SoState state, SoSFEnum<?> field) Return value of aSoSFEnum
.static double
getScalarFieldValue
(SoState state, SoSField field) Return value of scalar field as a double.void
Pop method.void
Overridespush()
method to copy values from next instance in the stack.static void
set
(SoState state, SoInteractiveComplexity node) Set the currentSoInteractiveComplexity
node.Methods inherited from class com.openinventor.inventor.elements.SoElement
getClassStackIndex
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
Method Details
-
getClassStackIndex
Deprecated.As of Open Inventor 9.3.0.0. replaced by SoElement.getClassStackIndex(Class)Returns the stack id for this element. ] * -
getBooleanFieldValue
Return value of aSoSFBool
. -
getScalarFieldValue
Return value of scalar field as a double. -
getEnumFieldValue
Return value of aSoSFEnum
. -
push
Overridespush()
method to copy values from next instance in the stack.- Overrides:
push
in classSoAccumulatedElement
-
pop
Pop method. -
set
Set the currentSoInteractiveComplexity
node.
-