Package com.openinventor.meshviz.nodes
Class PoIntervalCellFilter
- java.lang.Object
-
- All Implemented Interfaces:
SafeDisposable
public class PoIntervalCellFilter extends PoCellFilter
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
Fields Modifier and Type Field Description SoSFBool
in
Specifies if accepted cells are those whose value is inside or outside the interval ]min,max[.SoSFFloat
max
Specifies the max limit of the float interval.SoSFFloat
min
Specifies the min limit of the float interval.-
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle
-
-
Constructor Summary
Constructors Constructor Description PoIntervalCellFilter()
-
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
-
-