public class SoRotateProcessing3d extends SoImageVizEngine
SoRotateProcessing3d image filter
The SoRotateProcessing3d filter performs a rotation of an image by a 3D user-defined angle
in Euler angles notation. The new coordinates
can be expressed as a function of the old coordinates
:
where:
File format/default:
RotateProcessing3d {
| inImage | NULL |
| rotationAngleX | 90.0f |
| rotationAngleY | 0.0f |
| rotationAngleZ | 0.0f |
| precisionMode | NEARBY_PIXEL |
Library references: rotate3d
| Modifier and Type | Class and Description |
|---|---|
static class |
SoRotateProcessing3d.PrecisionModes
Method used to calculate the intensity of each result pixel.
|
SoImageVizEngine.ComputeModes, SoImageVizEngine.EventArg, SoImageVizEngine.Neighborhood3dsInventor.ConstructorCommand| Modifier and Type | Field and Description |
|---|---|
SoSFImageDataAdapter |
inImage
The input grayscale image.
|
static int |
INTERPOLATION
Deprecated.
Use
SoRotateProcessing3d.PrecisionModes.INTERPOLATION instead. |
static int |
NEARBY_PIXEL
Deprecated.
Use
SoRotateProcessing3d.PrecisionModes.NEARBY_PIXEL instead. |
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> |
outImage
The output image.
|
SoSFEnum<SoRotateProcessing3d.PrecisionModes> |
precisionMode
Select the interpolation mode.
|
SoSFFloat |
rotationAngleX
The angle of rotation in degrees (not radians) for the OX axis.
|
SoSFFloat |
rotationAngleY
The angle of rotation in degrees (not radians) for the OY axis.
|
SoSFFloat |
rotationAngleZ
The angle of rotation in degrees (not radians) for the OZ axis.
|
CONNECTIVITY_18, CONNECTIVITY_26, CONNECTIVITY_6, MODE_2D, MODE_3D, MODE_AUTO, onBegin, onEnd, onProgressVERBOSE_LEVEL, ZeroHandle| Constructor and Description |
|---|
SoRotateProcessing3d()
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
SoRotateProcessing3d.PrecisionModes.NEARBY_PIXEL instead.@Deprecated public static final int INTERPOLATION
SoRotateProcessing3d.PrecisionModes.INTERPOLATION instead.public final SoSFImageDataAdapter inImage
public final SoSFFloat rotationAngleX
public final SoSFFloat rotationAngleY
public final SoSFFloat rotationAngleZ
public final SoSFEnum<SoRotateProcessing3d.PrecisionModes> precisionMode
public final SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> outImage
Generated on July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com