Class SoROIElement

    • Method Detail

      • get

        public static SoROI get​(SoState state)
        Calls get(state, (int)0).
      • 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. ] *
      • getDefault

        public static SoROI getDefault()
      • push

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

        public static SoROI get​(SoState state,
                                int dataSetId)
        Returns the last traversed ROI with the given ID. When dataSetId is 0, returns the last traversed ROI.