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.
|
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> |
outImage
The output image.
|
SoSFEnum<SoScaleByFactorProcessing.PrecisionModes> |
precisionMode
Select the interpolation mode.
|
SoSFFloat |
scaleFactor
The zoom factor.
|
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, getName, isDisposable, isSynchronizable, setName, setSynchronizable, touch
getNativeResourceHandle
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 31, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com