public class SoScaleByFactorProcessing extends SoImageVizEngine
SoScaleByFactorProcessing image filter
The SoScaleByFactorProcessing filter generates a zoomed image with user defined zoom factors using the interpolation mode selected by the user.
File format/default:
ScaleByFactorProcessing {
| computeMode | MODE_AUTO |
| inImage | NULL |
| scaleFactor | 2.0f |
| precisionMode | NEARBY_PIXEL |
Library references: zoomfactor
| Modifier and Type | Class and Description |
|---|---|
static class |
SoScaleByFactorProcessing.PrecisionModes
Method used to calculate the intensity of each result pixel.
|
SoImageVizEngine.ComputeModes, SoImageVizEngine.EventArg, SoImageVizEngine.Neighborhood3dsInventor.ConstructorCommand| Modifier and Type | Field and Description |
|---|---|
SoSFEnum<SoImageVizEngine.ComputeModes> |
computeMode
Select the compute Mode (2D or 3D or AUTO) .
|
SoSFImageDataAdapter |
inImage
The input image.
|
static int |
INTERPOLATION
Deprecated.
|
static int |
NEARBY_PIXEL
Deprecated.
|
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> |
outImage
The output image.
|
SoSFEnum<SoScaleByFactorProcessing.PrecisionModes> |
precisionMode
Select the interpolation mode.
|
SoSFFloat |
scaleFactor
The zoom factor.
|
static int |
SPLINE_INTERPOLATION
Deprecated.
|
CONNECTIVITY_18, CONNECTIVITY_26, CONNECTIVITY_6, MODE_2D, MODE_3D, MODE_AUTO, onBegin, onEnd, onProgressVERBOSE_LEVEL, ZeroHandle| Constructor and Description |
|---|
SoScaleByFactorProcessing()
Constructor.
|
abortEvaluate, isEvaluating, startEvaluate, waitEvaluatecopy, getByName, getOutput, getOutputNamecopyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, set, setToDefaultsdispose, getEXTERNPROTO, getName, getPROTO, isDisposable, isSynchronizable, setName, setSynchronizable, touchgetAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreads@Deprecated public static final int NEARBY_PIXEL
SoScaleByFactorProcessing.PrecisionModes.NEARBY_PIXEL instead.@Deprecated public static final int INTERPOLATION
SoScaleByFactorProcessing.PrecisionModes.INTERPOLATION instead.@Deprecated public static final int SPLINE_INTERPOLATION
SoScaleByFactorProcessing.PrecisionModes.SPLINE_INTERPOLATION instead.public final SoSFEnum<SoImageVizEngine.ComputeModes> computeMode
public final SoSFImageDataAdapter inImage
public final SoSFFloat scaleFactor
public final SoSFEnum<SoScaleByFactorProcessing.PrecisionModes> precisionMode
public final SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> outImage
Generated on July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com