Uses of Class
com.openinventor.imageviz.SbKernel3i32
-
Packages that use SbKernel3i32 Package Description com.openinventor.imageviz The ImageViz extension allows easy integration of advanced 2D and 3D image processing and analysis capabilities into imaging software applications.com.openinventor.imageviz.fields com.openinventor.imageviz.nodes.luts -
-
Uses of SbKernel3i32 in com.openinventor.imageviz
Methods in com.openinventor.imageviz that return SbKernel3i32 Modifier and Type Method Description static SbKernel3i32[]SbKernel3i32. toArray(long nativeArray, long length)Methods in com.openinventor.imageviz with parameters of type SbKernel3i32 Modifier and Type Method Description voidSbKernel3i32. setValue(SbKernel3i32 copyFrom)Constructors in com.openinventor.imageviz with parameters of type SbKernel3i32 Constructor Description SbKernel3i32(SbKernel3i32 copyFrom) -
Uses of SbKernel3i32 in com.openinventor.imageviz.fields
Methods in com.openinventor.imageviz.fields that return SbKernel3i32 Modifier and Type Method Description SbKernel3i32SoSFKernel3i32. getValue()Returns this field's value.SbKernel3i32SoMFKernel3i32. getValueAt(int i)SbKernel3i32[]SoMFKernel3i32. getValues(int start)Returns a pointer into the array of values in the field, starting at index start.Methods in com.openinventor.imageviz.fields with parameters of type SbKernel3i32 Modifier and Type Method Description intSoMFKernel3i32. find(SbKernel3i32 targetValue)Calls find(targetValue, false).intSoMFKernel3i32. find(SbKernel3i32 targetValue, boolean addIfNotFound)Finds the given targetValue in the array and returns the index of that value.voidSoMFKernel3i32. set1Value(int index, SbKernel3i32 newValue)Sets the index'th value in the array to newValue.voidSoMFKernel3i32. setValue(SbKernel3i32 newValue)Sets the first value in the array to newValue, and deletes.voidSoSFKernel3i32. setValue(SbKernel3i32 newValue)Sets this field to newValue.voidSoMFKernel3i32. setValues(int start, SbKernel3i32[] newValues)Sets num values starting at index start to the values.Constructors in com.openinventor.imageviz.fields with parameters of type SbKernel3i32 Constructor Description SoSFKernel3i32(SoFieldContainer fieldContainer, java.lang.String fieldName, SoField.FieldTypes fieldType, SbKernel3i32 defaultValue)Default constructor. -
Uses of SbKernel3i32 in com.openinventor.imageviz.nodes.luts
Methods in com.openinventor.imageviz.nodes.luts that return SbKernel3i32 Modifier and Type Method Description SbKernel3i32SoMorphoLut3D. getKernel(int indexKernel)Returns the specified kernel.Methods in com.openinventor.imageviz.nodes.luts with parameters of type SbKernel3i32 Modifier and Type Method Description voidSoMorphoLut3D. insertKernel(SbKernel3i32 kernel3d, SoMorphoLut3D.InsertModes insertMode, int kernelRotationX, int kernelRotationY, int kernelRotationZ)Inserts a kernel into the LUT.
-