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.Neighborhood3ds
Inventor.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, onProgress
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoScaleByFactorProcessing()
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 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 January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com