Class MoActionNode
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.inventor.misc.SoBase
-
- com.openinventor.inventor.fields.SoFieldContainer
-
- com.openinventor.inventor.nodes.SoNode
-
- com.openinventor.meshvizxlm.mapping.nodes.MoActionNode
-
- All Implemented Interfaces:
SafeDisposable
- Direct Known Subclasses:
MoCellFilter
,MoCellRanges
,MoColorMapping
,MoDataBinding
,MoDrawStyle
,MoMaterial
,MoMesh
,MoMeshBaseRepresentation
,MoMeshPointProbe
,MoScalarSetI
,MoScalarSetIj
,MoScalarSetIjk
,MoStringSet
,MoVec3SetI
,MoVec3SetIj
,MoVec3SetIjk
public abstract class MoActionNode extends SoNode
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.openinventor.inventor.nodes.SoNode
SoNode.RenderModes
-
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 Instance Methods Concrete Methods Modifier and Type Method Description void
callback(SoCallbackAction action)
void
distribute(SoDistributeAction action)
void
getBoundingBox(SoGetBoundingBoxAction action)
void
getMatrix(SoGetMatrixAction action)
void
getPrimitiveCount(SoGetPrimitiveCountAction action)
SoNode.RenderModes
getRenderEngineMode()
Returns the supported Render engine mode.void
GLRender(SoGLRenderAction action)
void
handleEvent(SoHandleEventAction action)
void
pick(SoPickAction action)
void
rayPick(SoRayPickAction action)
-
Methods inherited from class com.openinventor.inventor.nodes.SoNode
affectsState, copy, copy, doAction, getAlternateRep, getByName, getRenderUnitID, GLRenderBelowPath, GLRenderInPath, GLRenderOffPath, grabEventsCleanup, grabEventsSetup, isBoundingBoxIgnoring, isOverride, search, setOverride, touch, write
-
Methods inherited from class com.openinventor.inventor.fields.SoFieldContainer
copyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, set, setToDefaults
-
Methods inherited from class com.openinventor.inventor.misc.SoBase
dispose, getName, isDisposable, isSynchronizable, setName, setSynchronizable
-
Methods inherited from class com.openinventor.inventor.Inventor
getNativeResourceHandle
-
-
-
-
Method Detail
-
getBoundingBox
public void getBoundingBox(SoGetBoundingBoxAction action)
- Overrides:
getBoundingBox
in classSoNode
-
GLRender
public void GLRender(SoGLRenderAction action)
-
callback
public void callback(SoCallbackAction action)
-
getMatrix
public void getMatrix(SoGetMatrixAction action)
-
handleEvent
public void handleEvent(SoHandleEventAction action)
- Overrides:
handleEvent
in classSoNode
-
pick
public void pick(SoPickAction action)
-
rayPick
public void rayPick(SoRayPickAction action)
-
getPrimitiveCount
public void getPrimitiveCount(SoGetPrimitiveCountAction action)
- Overrides:
getPrimitiveCount
in classSoNode
-
distribute
public void distribute(SoDistributeAction action)
- Overrides:
distribute
in classSoNode
-
getRenderEngineMode
public SoNode.RenderModes getRenderEngineMode()
Description copied from class:SoNode
Returns the supported Render engine mode.For custom node, this method returns by default
SoNode.RenderModes.OIV_UNKNOWN_RENDERING_MODE
, override this method to specify the Render engine mode supported by your custom node.- Overrides:
getRenderEngineMode
in classSoNode
- Returns:
- the supported Render engine mode for this node.
-
-