Package com.openinventor.ldm.elements
Class SoTransferFunctionElement
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.inventor.elements.SoElement
-
- com.openinventor.inventor.elements.SoAccumulatedElement
-
- com.openinventor.ldm.elements.SoTransferFunctionElement
-
public class SoTransferFunctionElement 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 SoTransferFunction
get(SoState state)
static int
getClassStackIndex()
Deprecated.As of Open Inventor 9300.static SoTransferFunction
getDefault()
Default values.static boolean
hasTransparency(SoState state)
returns true if one (at least) accumulated transferFuncion contains a transparencyvoid
push(SoState name_24401)
Pushes element.static void
set(SoState state, SoNode node, SoTransferFunction m_transferFunctionNode)
Sets/Gets the current volume data attributes in the state.-
Methods inherited from class com.openinventor.inventor.elements.SoElement
getClassStackIndex, pop
-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-
-
-
Method Detail
-
getDefault
public static SoTransferFunction getDefault()
Default values.
-
hasTransparency
public static boolean hasTransparency(SoState state)
returns true if one (at least) accumulated transferFuncion contains a transparency
-
set
public static void set(SoState state, SoNode node, SoTransferFunction m_transferFunctionNode)
Sets/Gets the current volume data attributes in the state.
-
get
public static SoTransferFunction get(SoState state)
-
push
public void push(SoState name_24401)
Pushes element. Allows for side effects to occur. Default methods do nothing.- 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. ] *
-
-