Class SoUniformGridClippingElement
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.inventor.elements.SoElement
-
- com.openinventor.inventor.elements.SoAccumulatedElement
-
- com.openinventor.volumeviz.elements.SoUniformGridClippingElement
-
public class SoUniformGridClippingElement extends SoAccumulatedElement
-
-
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 SoUniformGridClipping
get(SoState state)
Returns the first grid.static java.util.ArrayList<SoUniformGridClipping>
getAll(SoState state)
Returns all the grids.static int
getClassStackIndex()
Deprecated.As of Open Inventor 9300.void
pop(SoState name_24719, SoElement prevTopElement)
Pop method.void
push(SoState state)
Overridespush()
method to copy values from next instance in the stack.static void
set(SoState state, SoNode node)
Sets the current texture unit.-
Methods inherited from class com.openinventor.inventor.elements.SoElement
getClassStackIndex
-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-
-
-
Method Detail
-
getAll
public static java.util.ArrayList<SoUniformGridClipping> getAll(SoState state)
Returns all the grids.
-
get
public static SoUniformGridClipping get(SoState state)
Returns the first grid.
-
push
public void push(SoState state)
Overridespush()
method to copy values from next instance in the stack.- Overrides:
push
in classSoAccumulatedElement
-
getClassStackIndex
@Deprecated public static int getClassStackIndex()
Deprecated.As of Open Inventor 9300. replaced by SoElement.getClassStackIndex(Class)Returns the stack id for this element. ] *
-
-