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
-
Nested Class Summary
Nested classes/interfaces inherited from class com.openinventor.inventor.nodes.SoNode
SoNode.RenderModesNested 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 TypeMethodDescriptionvoidcallback(SoCallbackAction action) voiddistribute(SoDistributeAction action) voidgetBoundingBox(SoGetBoundingBoxAction action) voidgetMatrix(SoGetMatrixAction action) voidReturns the supported Render engine mode.voidGLRender(SoGLRenderAction action) voidhandleEvent(SoHandleEventAction action) voidpick(SoPickAction action) voidrayPick(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, writeMethods inherited from class com.openinventor.inventor.fields.SoFieldContainer
copyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, set, setToDefaultsMethods inherited from class com.openinventor.inventor.misc.SoBase
dispose, getName, isDisposable, isSynchronizable, setName, setSynchronizableMethods inherited from class com.openinventor.inventor.Inventor
getNativeResourceHandle
-
Method Details
-
getBoundingBox
- Overrides:
getBoundingBoxin classSoNode
-
GLRender
-
callback
-
getMatrix
-
handleEvent
- Overrides:
handleEventin classSoNode
-
pick
-
rayPick
-
getPrimitiveCount
- Overrides:
getPrimitiveCountin classSoNode
-
distribute
- Overrides:
distributein classSoNode
-
getRenderEngineMode
Description copied from class:SoNodeReturns 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:
getRenderEngineModein classSoNode- Returns:
- the supported Render engine mode for this node.
-