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.RenderModesNested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal SoSFBoolSpecifies if accepted cells are those whose value is inside or outside the interval ]min,max[.final SoSFFloatSpecifies the max limit of the float interval.final SoSFFloatSpecifies 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, writeMethods inherited from class com.openinventor.meshviz.nodes.PoNode
callback, getBoundingBox, getMatrix, getPrimitiveCount, GLRender, handleEvent, pick, searchMethods 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, touchMethods 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
-
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()
-