public class SoArithmeticImageProcessing extends SoImageVizEngine
SoArithmeticImageProcessing engine performs an arithmetic operation between two images.
SoArithmeticImageFiltering performs an arithmetic operation between an image and another image.
See also:
SoArithmeticValueProcessing, SoLogicalImageProcessing, SoAbsoluteValueProcessing.
File format/default:
ArithmeticImageProcessing {
| arithmeticOperator | ADD |
| inImage1 | NULL |
| inImage2 | NULL |
Library references: addimage divideimage maximumimage minimumimage multiplyimage subtractimage
| Modifier and Type | Class and Description |
|---|---|
static class |
SoArithmeticImageProcessing.ArithmeticOperators |
SoImageVizEngine.ComputeModes, SoImageVizEngine.EventArg, SoImageVizEngine.Neighborhood3dsInventor.ConstructorCommand| Modifier and Type | Field and Description |
|---|---|
static int |
ADD
Deprecated.
Use
SoArithmeticImageProcessing.ArithmeticOperators.ADD instead. |
SoSFEnum<SoArithmeticImageProcessing.ArithmeticOperators> |
arithmeticOperator
Select operator to apply.
|
static int |
DIVIDE
Deprecated.
|
SoSFImageDataAdapter |
inImage1
The 1st input image.
|
SoSFImageDataAdapter |
inImage2
The 2nd input image.
|
static int |
MAXIMUM
Deprecated.
|
static int |
MINIMUM
Deprecated.
|
static int |
MULTIPLY
Deprecated.
|
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, onProgressVERBOSE_LEVEL, ZeroHandle| Constructor and Description |
|---|
SoArithmeticImageProcessing()
Constructor.
|
abortEvaluate, isEvaluating, startEvaluate, waitEvaluatecopy, getByName, getOutput, getOutputNamecopyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, set, setToDefaultsdispose, getEXTERNPROTO, getName, getPROTO, isDisposable, isSynchronizable, setName, setSynchronizable, touchgetAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreads@Deprecated public static final int ADD
SoArithmeticImageProcessing.ArithmeticOperators.ADD instead.@Deprecated public static final int SUBTRACT
SoArithmeticImageProcessing.ArithmeticOperators.SUBTRACT instead.@Deprecated public static final int MULTIPLY
SoArithmeticImageProcessing.ArithmeticOperators.MULTIPLY instead.@Deprecated public static final int DIVIDE
SoArithmeticImageProcessing.ArithmeticOperators.DIVIDE instead.@Deprecated public static final int MINIMUM
SoArithmeticImageProcessing.ArithmeticOperators.MINIMUM instead.@Deprecated public static final int MAXIMUM
SoArithmeticImageProcessing.ArithmeticOperators.MAXIMUM instead.public final SoSFEnum<SoArithmeticImageProcessing.ArithmeticOperators> arithmeticOperator
public final SoSFImageDataAdapter inImage1
public final SoSFImageDataAdapter inImage2
public final SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> outImage
Generated on July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com