Class SoInteractiveComplexityElement


public class SoInteractiveComplexityElement extends SoAccumulatedElement
Stores the current interactive complexity. This element stores the current interactive complexity.

See Also:
  • Method Details

    • getClassStackIndex

      @Deprecated(since="9.3.0.0") public static int getClassStackIndex()
      Deprecated.
      As of Open Inventor 9.3.0.0. replaced by SoElement.getClassStackIndex(Class)
      Returns the stack id for this element. ] *
    • getBooleanFieldValue

      public static boolean getBooleanFieldValue(SoState state, SoSFBool field)
      Return value of a SoSFBool.
    • 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 a SoSFEnum.
    • push

      public void push(SoState state)
      Overrides push() method to copy values from next instance in the stack.
      Overrides:
      push in class SoAccumulatedElement
    • pop

      public void pop(SoState name_13780, SoElement prevTopElement)
      Pop method.
      Overrides:
      pop in class SoElement
    • set

      public static void set(SoState state, SoInteractiveComplexity node)
      Set the current SoInteractiveComplexity node.