Package com.openinventor.meshviz.nodes
Class PoIntervalCellFilter
- All Implemented Interfaces:
SafeDisposable
Node class to define a filter of cells.
This filter accepts only those cells whose value is either inside or outside a float interval.
-
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
FieldsModifier and TypeFieldDescriptionfinal SoSFBool
Specifies if accepted cells are those whose value is inside or outside the interval ]min,max[.final SoSFFloat
Specifies the max limit of the float interval.final SoSFFloat
Specifies the min limit of the float interval.Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.openinventor.meshviz.nodes.PoCellFilter
acceptCell, doAction, write
Methods inherited from class com.openinventor.meshviz.nodes.PoNode
callback, getBoundingBox, getMatrix, getPrimitiveCount, GLRender, handleEvent, pick, search
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 Details
-
min
Specifies the min limit of the float interval. -
max
Specifies the max limit of the float interval. -
in
Specifies if accepted cells are those whose value is inside or outside the interval ]min,max[.
-
-
Constructor Details
-
PoIntervalCellFilter
public PoIntervalCellFilter()
-