public class SoBitShiftProcessing extends SoImageVizEngine
SoBitShiftProcessing
engine
The SoBitShiftProcessing
engine shifts an image by a given number of bits.
The SoBitShiftProcessing
module shifts an image by a given number of bits. Each pixel/voxel of an image is shifted as shown in the example of the Figure below.
To summarize:
See also:
SoLogicalValueProcessing
, SoLogicalImageProcessing
.
File format/default:
BitShiftProcessing {
inImage | NULL |
bitNumber | 1 |
shiftDirection | LEFT |
Library references: shift
Modifier and Type | Class and Description |
---|---|
static class |
SoBitShiftProcessing.ShiftDirections |
SoImageVizEngine.ComputeModes, SoImageVizEngine.EventArg, SoImageVizEngine.Neighborhood3ds
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
SoSFInt32 |
bitNumber
The number of bits to shift.
|
SoSFImageDataAdapter |
inImage
The input image.
|
static int |
LEFT
Deprecated.
Use
SoBitShiftProcessing.ShiftDirections.LEFT instead. |
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> |
outImage
The output image.
|
static int |
RIGHT
Deprecated.
Use
SoBitShiftProcessing.ShiftDirections.RIGHT instead. |
SoSFEnum<SoBitShiftProcessing.ShiftDirections> |
shiftDirection
Select the shifting direction.
|
CONNECTIVITY_18, CONNECTIVITY_26, CONNECTIVITY_6, MODE_2D, MODE_3D, MODE_AUTO, onBegin, onEnd, onProgress
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoBitShiftProcessing()
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 LEFT
SoBitShiftProcessing.ShiftDirections.LEFT
instead.@Deprecated public static final int RIGHT
SoBitShiftProcessing.ShiftDirections.RIGHT
instead.public final SoSFImageDataAdapter inImage
public final SoSFInt32 bitNumber
public final SoSFEnum<SoBitShiftProcessing.ShiftDirections> shiftDirection
public final SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> outImage
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com