Class SoArithmeticValueProcessing
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.inventor.misc.SoBase
-
- com.openinventor.inventor.fields.SoFieldContainer
-
- com.openinventor.inventor.engines.SoEngine
-
- com.openinventor.imageviz.engines.SoImageVizEngine
-
- com.openinventor.imageviz.engines.arithmeticandlogic.arithmeticoperations.SoArithmeticValueProcessing
-
- All Implemented Interfaces:
SafeDisposable
public class SoArithmeticValueProcessing extends SoImageVizEngine
SoArithmeticValueProcessing
engine performs an arithmetic operation between an image and a value.SoArithmeticValueProcessing
performs an arithmetic operation between an image and a value.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SoArithmeticValueProcessing.ArithmeticOperators
-
Nested classes/interfaces inherited from class com.openinventor.imageviz.engines.SoImageVizEngine
SoImageVizEngine.ComputeModes, SoImageVizEngine.EventArg, SoImageVizEngine.Neighborhood3ds
-
Nested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand
-
-
Field Summary
Fields Modifier and Type Field Description SoSFEnum<SoArithmeticValueProcessing.ArithmeticOperators>
arithmeticOperator
Select the operator to apply.SoSFImageDataAdapter
inImage
The input image operand.SoSFFloat
operandValue
The operand value.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
outImage
The output image.-
Fields inherited from class com.openinventor.imageviz.engines.SoImageVizEngine
onBegin, onEnd, onProgress
-
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle
-
-
Constructor Summary
Constructors Constructor Description SoArithmeticValueProcessing()
Constructor.
-
Method Summary
-
Methods inherited from class com.openinventor.imageviz.engines.SoImageVizEngine
abortEvaluate, isEvaluating, startEvaluate, waitEvaluate
-
Methods inherited from class com.openinventor.inventor.engines.SoEngine
copy, getByName, getOutput, getOutputName
-
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, touch
-
Methods inherited from class com.openinventor.inventor.Inventor
getNativeResourceHandle
-
-
-
-
Field Detail
-
arithmeticOperator
public final SoSFEnum<SoArithmeticValueProcessing.ArithmeticOperators> arithmeticOperator
Select the operator to apply. . Default is ADD
-
inImage
public final SoSFImageDataAdapter inImage
The input image operand. Default value is NULL. Supported types include: grayscale binary label color image.
-
operandValue
public final SoSFFloat operandValue
The operand value. Default value is 0.0f.
-
outImage
public final SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> outImage
The output image. Default value is NULL. Supported types include: grayscale binary label color image.
-
-