Class MoColorMappingElement
java.lang.Object
com.openinventor.inventor.Inventor
com.openinventor.inventor.elements.SoElement
com.openinventor.inventor.elements.SoReplacedElement
com.openinventor.meshvizxlm.mapping.elements.MoColorMappingElement
Element that stores the current color mapping.
- See Also:
-
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
Modifier and TypeMethodDescriptionstatic MiColorMapping
<Double, Color> getColorMapping
(SoState state) Returns the current color mapping from the specified traversal state.static void
Sets the current color mapping for the specified traversal state and node.Methods inherited from class com.openinventor.inventor.elements.SoReplacedElement
getClassStackIndex
Methods inherited from class com.openinventor.inventor.elements.SoElement
getClassStackIndex, pop, push
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
Method Details
-
set
Sets the current color mapping for the specified traversal state and node.- Parameters:
state
- traversal statenode
- color mapping nodecolorMapping
- the color mapping
-
getColorMapping
Returns the current color mapping from the specified traversal state.- Parameters:
state
- traversal state- Returns:
- the current color mapping
-