Class SoInteractiveComplexityElement
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.inventor.elements.SoElement
-
- com.openinventor.inventor.elements.SoAccumulatedElement
-
- com.openinventor.inventor.elements.SoInteractiveComplexityElement
-
public class SoInteractiveComplexityElement extends SoAccumulatedElement
Stores the current interactive complexity. This element stores the current interactive complexity.- See Also:
SoInteractiveComplexity
-
-
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
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static boolean
getBooleanFieldValue(SoState state, SoSFBool field)
Return value of aSoSFBool
.static int
getClassStackIndex()
Deprecated.As of Open Inventor 9300.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(SoState name_14164, SoElement prevTopElement)
Pop method.void
push(SoState state)
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 Detail
-
getClassStackIndex
@Deprecated public static int getClassStackIndex()
Deprecated.As of Open Inventor 9300. replaced by SoElement.getClassStackIndex(Class)Returns the stack id for this element. ] *
-
getBooleanFieldValue
public static boolean getBooleanFieldValue(SoState state, SoSFBool field)
Return value of aSoSFBool
.
-
getScalarFieldValue
public static double getScalarFieldValue(SoState state, SoSField field)
Return value of scalar field as a double.
-
getEnumFieldValue
public static int getEnumFieldValue(SoState state, SoSFEnum<?> field)
Return value of aSoSFEnum
.
-
push
public void push(SoState state)
Overridespush()
method to copy values from next instance in the stack.- Overrides:
push
in classSoAccumulatedElement
-
set
public static void set(SoState state, SoInteractiveComplexity node)
Set the currentSoInteractiveComplexity
node.
-
-