public class SoScaleImageToSizeProcessing extends SoImageVizEngine
SoScaleImageToSizeProcessing
engine.
The SoScaleImageToSizeProcessing
engine generates an image with a new size using the interpolation mode selected by the user.
File format/default:
ScaleImageToSizeProcessing {
computeMode | MODE_AUTO |
imageSize | 1024 1024 256 |
inImage | NULL |
precisionMode | NEARBY_PIXEL |
Library references: zoom zoom3d
Modifier and Type | Class and Description |
---|---|
static class |
SoScaleImageToSizeProcessing.PrecisionModes
Method used to calculate the intensity of each result pixel.
|
SoImageVizEngine.ComputeModes, SoImageVizEngine.EventArg, SoImageVizEngine.Neighborhood3ds
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
SoSFEnum<SoImageVizEngine.ComputeModes> |
computeMode
Select the compute Mode (2D or 3D or AUTO) .
|
SoSFVec3i32 |
imageSize
Size of the new image.
|
SoSFImageDataAdapter |
inImage
The input grayscale image.
|
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> |
outImage
The output image.
|
SoSFEnum<SoScaleImageToSizeProcessing.PrecisionModes> |
precisionMode
Select the interpolation mode.
|
onBegin, onEnd, onProgress
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoScaleImageToSizeProcessing()
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 SoSFVec3i32 imageSize
SbVec3i32(1024,1024,256)
public final SoSFImageDataAdapter inImage
public final SoSFEnum<SoScaleImageToSizeProcessing.PrecisionModes> precisionMode
public final SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> outImage
Generated on July 31, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com