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.
See also:
SoArithmeticImageProcessing
, SoLogicalValueProcessing
, SoAbsoluteValueProcessing
.
File format/default:
ArithmeticValueProcessing {
arithmeticOperator | ADD |
inImage | NULL |
operandValue | 0.0f |
Library references: addvalue dividevalue maximumvalue minimumvalue multiplyvalue subtractvalue
Modifier and Type | Class and Description |
---|---|
static class |
SoArithmeticValueProcessing.ArithmeticOperators |
SoImageVizEngine.ComputeModes, SoImageVizEngine.EventArg, SoImageVizEngine.Neighborhood3ds
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
static int |
ADD
Deprecated.
Use
SoArithmeticValueProcessing.ArithmeticOperators.ADD instead. |
SoSFEnum<SoArithmeticValueProcessing.ArithmeticOperators> |
arithmeticOperator
Select the operator to apply.
|
static int |
DIVIDE
Deprecated.
|
SoSFImageDataAdapter |
inImage
The input image operand.
|
static int |
MAXIMUM
Deprecated.
|
static int |
MINIMUM
Deprecated.
|
static int |
MULTIPLY
Deprecated.
|
SoSFFloat |
operandValue
The operand value.
|
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> |
outImage
The output image.
|
static int |
SUBTRACT
Deprecated.
|
CONNECTIVITY_18, CONNECTIVITY_26, CONNECTIVITY_6, MODE_2D, MODE_3D, MODE_AUTO, onBegin, onEnd, onProgress
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoArithmeticValueProcessing()
Constructor.
|
abortEvaluate, isEvaluating, startEvaluate, waitEvaluate
copy, getByName, getOutput, getOutputName
copyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, set, setToDefaults
dispose, getEXTERNPROTO, getName, getPROTO, isDisposable, isSynchronizable, setName, setSynchronizable, touch
getAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreads
@Deprecated public static final int ADD
SoArithmeticValueProcessing.ArithmeticOperators.ADD
instead.@Deprecated public static final int SUBTRACT
SoArithmeticValueProcessing.ArithmeticOperators.SUBTRACT
instead.@Deprecated public static final int MULTIPLY
SoArithmeticValueProcessing.ArithmeticOperators.MULTIPLY
instead.@Deprecated public static final int DIVIDE
SoArithmeticValueProcessing.ArithmeticOperators.DIVIDE
instead.@Deprecated public static final int MINIMUM
SoArithmeticValueProcessing.ArithmeticOperators.MINIMUM
instead.@Deprecated public static final int MAXIMUM
SoArithmeticValueProcessing.ArithmeticOperators.MAXIMUM
instead.public final SoSFEnum<SoArithmeticValueProcessing.ArithmeticOperators> arithmeticOperator
public final SoSFImageDataAdapter inImage
public final SoSFFloat operandValue
public final SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> outImage
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com