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.Neighborhood3ds
Inventor.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, onProgress
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoLogicalValueProcessing()
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 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 January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com