Package com.openinventor.meshviz.nodes
Class PoNode
java.lang.Object
com.openinventor.inventor.Inventor
com.openinventor.inventor.misc.SoBase
com.openinventor.inventor.fields.SoFieldContainer
com.openinventor.inventor.nodes.SoNode
com.openinventor.meshviz.nodes.PoNode
- All Implemented Interfaces:
SafeDisposable
- Direct Known Subclasses:
PoBevelEdge
,PoCellFilter
,PoDataMapping
,PoDateFormatMapping
,PoDomain
,PoIsovaluesList
,PoLabelHints
,PoMesh1DFilter
,PoMesh1DHints
,PoMeshProperty
,PoMiscTextAttr
,PoNumericDisplayFormat
,PoProfile
Abstract base class for all MeshViz nodes.
This node is the abstract base class for all MeshViz nodes.
-
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
Modifier and TypeMethodDescriptionvoid
callback
(SoCallbackAction action) void
void
getBoundingBox
(SoGetBoundingBoxAction action) void
getMatrix
(SoGetMatrixAction action) void
void
GLRender
(SoGLRenderAction action) void
handleEvent
(SoHandleEventAction action) void
pick
(SoPickAction action) void
search
(SoSearchAction action) void
write
(SoWriteAction action) Methods inherited from class com.openinventor.inventor.nodes.SoNode
affectsState, copy, copy, distribute, getAlternateRep, getByName, getRenderEngineMode, getRenderUnitID, GLRenderBelowPath, GLRenderInPath, GLRenderOffPath, grabEventsCleanup, grabEventsSetup, isBoundingBoxIgnoring, isOverride, rayPick, setOverride, touch
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 Details
-
handleEvent
- Overrides:
handleEvent
in classSoNode
-
getMatrix
-
callback
-
getBoundingBox
- Overrides:
getBoundingBox
in classSoNode
-
GLRender
-
doAction
-
write
-
getPrimitiveCount
- Overrides:
getPrimitiveCount
in classSoNode
-
pick
-
search
-