public class SoLogicalValueProcessing extends SoImageVizEngine
SoLogicalValueProcessing engine
SoLogicalValueProcessing performs a logical operation between an image and a value.
See also: SoLogicalImageProcessing, SoArithmeticValueProcessing, SoLogicalNotProcessing.
File format/default:
LogicalValueProcessing {
| logicalOperator | AND |
| inImage | NULL |
| operandValue | 4 |
Library references: logical_andvalue logical_nandvalue logical_norvalue logical_nxorvalue logical_orvalue logical_subvalue logical_xorvalue
| Modifier and Type | Class and Description |
|---|---|
static class |
SoLogicalValueProcessing.LogicalOperators |
SoImageVizEngine.ComputeModes, SoImageVizEngine.EventArg, SoImageVizEngine.Neighborhood3dsInventor.ConstructorCommand| Modifier and Type | Field and Description |
|---|---|
static int |
AND
Deprecated.
Use
SoLogicalValueProcessing.LogicalOperators.AND instead. |
SoSFImageDataAdapter |
inImage
The input image operand.
|
SoSFEnum<SoLogicalValueProcessing.LogicalOperators> |
logicalOperator
Select the operator to apply.
|
static int |
NAND
Deprecated.
Use
SoLogicalValueProcessing.LogicalOperators.NAND instead. |
static int |
NOR
Deprecated.
Use
SoLogicalValueProcessing.LogicalOperators.NOR instead. |
static int |
NXOR
Deprecated.
Use
SoLogicalValueProcessing.LogicalOperators.NXOR instead. |
SoSFInt32 |
operandValue
The operand value.
|
static int |
OR
Deprecated.
Use
SoLogicalValueProcessing.LogicalOperators.OR instead. |
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> |
outImage
The output image.
|
static int |
SUB
Deprecated.
Use
SoLogicalValueProcessing.LogicalOperators.SUB instead. |
static int |
XOR
Deprecated.
Use
SoLogicalValueProcessing.LogicalOperators.XOR instead. |
CONNECTIVITY_18, CONNECTIVITY_26, CONNECTIVITY_6, MODE_2D, MODE_3D, MODE_AUTO, onBegin, onEnd, onProgressVERBOSE_LEVEL, ZeroHandle| Constructor and Description |
|---|
SoLogicalValueProcessing()
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 AND
SoLogicalValueProcessing.LogicalOperators.AND instead.@Deprecated public static final int OR
SoLogicalValueProcessing.LogicalOperators.OR instead.@Deprecated public static final int XOR
SoLogicalValueProcessing.LogicalOperators.XOR instead.@Deprecated public static final int NOR
SoLogicalValueProcessing.LogicalOperators.NOR instead.@Deprecated public static final int NAND
SoLogicalValueProcessing.LogicalOperators.NAND instead.@Deprecated public static final int NXOR
SoLogicalValueProcessing.LogicalOperators.NXOR instead.@Deprecated public static final int SUB
SoLogicalValueProcessing.LogicalOperators.SUB instead.public final SoSFEnum<SoLogicalValueProcessing.LogicalOperators> logicalOperator
public final SoSFImageDataAdapter inImage
public final SoSFInt32 operandValue
public final SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> outImage
Generated on July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com