public class SoCropImageProcessing extends SoImageVizEngine
SoCropImageProcessing
engine extract a rectangular region from an image.
The SoCropImageProcessing
engine copies a given rectangle from the current image See also:
SoCopyImageProcessing
, SoPasteImageProcessing.
File format/default:
CropImageProcessing {
computeMode | MODE_AUTO |
inImage | NULL |
areaOrigin | 0 0 0 |
areaSize | 100 100 100 |
Library references: cut cut3d
SoImageVizEngine.ComputeModes, SoImageVizEngine.EventArg, SoImageVizEngine.Neighborhood3ds
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
SoSFVec3i32 |
areaOrigin
The origin of area.
|
SoSFVec3i32 |
areaSize
The size of area.
|
SoSFEnum<SoImageVizEngine.ComputeModes> |
computeMode
Select the compute Mode (2D or 3D or AUTO) .
|
SoSFImageDataAdapter |
inImage
The input image.
|
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> |
outImage
The output image.
|
onBegin, onEnd, onProgress
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoCropImageProcessing()
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<SoImageVizEngine.ComputeModes> computeMode
public final SoSFImageDataAdapter inImage
public final SoSFVec3i32 areaOrigin
SbVec3i32(0,0,0)
.public final SoSFVec3i32 areaSize
SbVec3i32(100,100,100)
.public final SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> outImage
Generated on July 31, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com