Uses of Class
com.openinventor.imageviz.nodes.luts.SoMorphoLut3D.InsertModes
-
Packages that use SoMorphoLut3D.InsertModes Package Description com.openinventor.imageviz.nodes.luts -
-
Uses of SoMorphoLut3D.InsertModes in com.openinventor.imageviz.nodes.luts
Methods in com.openinventor.imageviz.nodes.luts that return SoMorphoLut3D.InsertModes Modifier and Type Method Description static SoMorphoLut3D.InsertModes
SoMorphoLut3D.InsertModes. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoMorphoLut3D.InsertModes
SoMorphoLut3D.InsertModes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoMorphoLut3D.InsertModes[]
SoMorphoLut3D.InsertModes. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.imageviz.nodes.luts with parameters of type SoMorphoLut3D.InsertModes Modifier and Type Method Description void
SoMorphoLut3D. insertKernel(SbKernel3i32 kernel3d, SoMorphoLut3D.InsertModes insertMode, int kernelRotationX, int kernelRotationY, int kernelRotationZ)
Inserts a kernel into the LUT.
-