Package com.openinventor.meshviz.nodes
Class PoPeriodIndexFilter
- java.lang.Object
-
- All Implemented Interfaces:
SafeDisposable
public class PoPeriodIndexFilter extends PoMesh1DFilter
Node to define a period index filter. This node defines the current period index filter of all subsequent MeshViz representations inhering fromPoChart
. One point every index period is selected from the geometry of the current mesh 1D (PoRegularMesh1D
orPoIrregularMesh1D
) by all subsequent representations. For instance, if geometry of the current mesh 1D is 0 0.5 4 6 and the period is 2, only the points 0 and 4 will be used by the representations.File format/default:
period 1
-
-
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 Modifier and Type Field Description SoSFInt32
period
Defines the period used to filter the mesh 1D geometry.-
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle
-
-
Constructor Summary
Constructors Constructor Description PoPeriodIndexFilter()
Constructor.
-
Method Summary
-
Methods inherited from class com.openinventor.meshviz.nodes.PoNode
callback, doAction, getBoundingBox, getMatrix, getPrimitiveCount, GLRender, handleEvent, pick, search, write
-
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
-
-
-
-
Field Detail
-
period
public final SoSFInt32 period
Defines the period used to filter the mesh 1D geometry.
-
-