public class SoMorphoLut3D extends SoFieldContainer
See also:
| Modifier and Type | Class and Description |
|---|---|
static class |
SoMorphoLut3D.InsertModes |
Inventor.ConstructorCommand| Modifier and Type | Field and Description |
|---|---|
static int |
INSERT_NEW
Deprecated.
Use
SoMorphoLut3D.InsertModes.INSERT_NEW instead. |
static int |
INSERT_OR
Deprecated.
Use
SoMorphoLut3D.InsertModes.INSERT_OR instead. |
VERBOSE_LEVEL, ZeroHandle| Constructor and Description |
|---|
SoMorphoLut3D()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
SbKernel3i32 |
getKernel(int indexKernel)
Returns the specified kernel.
|
long |
getNumKernels()
Returns the number of kernels registered in the LUT.
|
void |
insertKernel(SbKernel3i32 kernel3d,
SoMorphoLut3D.InsertModes insertMode,
int kernelRotationX,
int kernelRotationY,
int kernelRotationZ)
Inserts a kernel into the LUT.
|
copyFieldValues, 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 INSERT_NEW
SoMorphoLut3D.InsertModes.INSERT_NEW instead.@Deprecated public static final int INSERT_OR
SoMorphoLut3D.InsertModes.INSERT_OR instead.public SbKernel3i32 getKernel(int indexKernel)
indexKernel - index of the kernel (cannot exceed registered number of kernels).public void insertKernel(SbKernel3i32 kernel3d, SoMorphoLut3D.InsertModes insertMode, int kernelRotationX, int kernelRotationY, int kernelRotationZ)
Accepted values for the kernel are:
An SbException is is thrown if the size of the kernel is not 3x3x3.
public long getNumKernels()
Generated on July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com