public class SoLogicalImageProcessing extends SoImageVizEngine
SoLogicalImageProcessing
engine performs logical operations between two image.
SoLogicalImageProcessing
performs a logical operation between an image and another image.
For an introduction to logical operations, see section Logical Operations.
See also: SoLogicalValueProcessing
, SoArithmeticImageProcessing
, SoLogicalNotProcessing
.
File format/default:
LogicalImageProcessing {
logicalOperator | AND |
inImage1 | NULL |
inImage2 | NULL |
Library references: logical_andimage logical_nandimage logical_norimage logical_nxorimage logical_orimage logical_subimage logical_xorimage
Modifier and Type | Class and Description |
---|---|
static class |
SoLogicalImageProcessing.LogicalOperators |
SoImageVizEngine.ComputeModes, SoImageVizEngine.EventArg, SoImageVizEngine.Neighborhood3ds
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
SoSFImageDataAdapter |
inImage1
The 1st input image.
|
SoSFImageDataAdapter |
inImage2
The 2nd input image.
|
SoSFEnum<SoLogicalImageProcessing.LogicalOperators> |
logicalOperator
Select the operator to apply.
|
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> |
outImage
The output image.
|
onBegin, onEnd, onProgress
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoLogicalImageProcessing()
Constructor.
|
abortEvaluate, isEvaluating, startEvaluate, waitEvaluate
copy, getByName, getOutput, getOutputName
copyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, set, setToDefaults
dispose, getName, isDisposable, isSynchronizable, setName, setSynchronizable, touch
getNativeResourceHandle
public final SoSFEnum<SoLogicalImageProcessing.LogicalOperators> logicalOperator
public final SoSFImageDataAdapter inImage1
public final SoSFImageDataAdapter inImage2
public final SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> outImage
Generated on July 31, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com