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