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, setToDefaults
dispose, getEXTERNPROTO, getName, getPROTO, isDisposable, isSynchronizable, setName, setSynchronizable, touch
getAddress, 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)
SoMorphoLut2D.InsertMode
. An SbException is thrown if the size of the kernel is not 3x3.
public long getNumKernels()
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com