Class SoVolumeTransformElement


public class SoVolumeTransformElement extends SoAccumulatedElement
Stores the current volume transform(s). This element stores pointers to the volume transform node currently in the traversal state.

See Also:
  • Method Details

    • get

      public static SoVolumeTransform get(SoState state)
      Returns most recently traversed volume transform from the state.
    • set

      public static void set(SoState state, SoNode node, SoVolumeTransform m_volumeTransformNode)
      Add a volume transform to the state.
    • push

      public void push(SoState state)
      Overrides push() method to copy values from next instance in the stack.
      Overrides:
      push in class SoAccumulatedElement
    • 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. ] *