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.
|
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> |
outImage
The output image.
|
SoSFEnum<SoBitShiftProcessing.ShiftDirections> |
shiftDirection
Select the shifting direction.
|
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, getName, isDisposable, isSynchronizable, setName, setSynchronizable, touch
getNativeResourceHandle
public final SoSFImageDataAdapter inImage
public final SoSFInt32 bitNumber
public final SoSFEnum<SoBitShiftProcessing.ShiftDirections> shiftDirection
public final SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> outImage
Generated on July 31, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com