Uses of Class
com.openinventor.imageviz.nodes.luts.SoMorphoLut2D.InsertModes
-
Packages that use SoMorphoLut2D.InsertModes Package Description com.openinventor.imageviz.nodes.luts -
-
Uses of SoMorphoLut2D.InsertModes in com.openinventor.imageviz.nodes.luts
Methods in com.openinventor.imageviz.nodes.luts that return SoMorphoLut2D.InsertModes Modifier and Type Method Description static SoMorphoLut2D.InsertModes
SoMorphoLut2D.InsertModes. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoMorphoLut2D.InsertModes
SoMorphoLut2D.InsertModes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoMorphoLut2D.InsertModes[]
SoMorphoLut2D.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 SoMorphoLut2D.InsertModes Modifier and Type Method Description void
SoMorphoLut2D. insertKernel(SbKernel2i32 kernel2d, SoMorphoLut2D.InsertModes insertMode, int kernelRotation)
Inserts a kernel into the LUT.
-