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