Uses of Class
com.openinventor.imageviz.SbKernel2i32
-
Packages that use SbKernel2i32 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 SbKernel2i32 in com.openinventor.imageviz
Methods in com.openinventor.imageviz that return SbKernel2i32 Modifier and Type Method Description static SbKernel2i32[]SbKernel2i32. toArray(long nativeArray, long length)Methods in com.openinventor.imageviz with parameters of type SbKernel2i32 Modifier and Type Method Description voidSbKernel2i32. setValue(SbKernel2i32 copyFrom)Constructors in com.openinventor.imageviz with parameters of type SbKernel2i32 Constructor Description SbKernel2i32(SbKernel2i32 copyFrom) -
Uses of SbKernel2i32 in com.openinventor.imageviz.fields
Methods in com.openinventor.imageviz.fields that return SbKernel2i32 Modifier and Type Method Description SbKernel2i32SoSFKernel2i32. getValue()Returns this field's value.SbKernel2i32SoMFKernel2i32. getValueAt(int i)SbKernel2i32[]SoMFKernel2i32. 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 SbKernel2i32 Modifier and Type Method Description intSoMFKernel2i32. find(SbKernel2i32 targetValue)Calls find(targetValue, false).intSoMFKernel2i32. find(SbKernel2i32 targetValue, boolean addIfNotFound)Finds the given targetValue in the array and returns the index of that value.voidSoMFKernel2i32. set1Value(int index, SbKernel2i32 newValue)Sets the index'th value in the array to newValue.voidSoMFKernel2i32. setValue(SbKernel2i32 newValue)Sets the first value in the array to newValue, and deletes.voidSoSFKernel2i32. setValue(SbKernel2i32 newValue)Sets this field to newValue.voidSoMFKernel2i32. setValues(int start, SbKernel2i32[] newValues)Sets num values starting at index start to the values.Constructors in com.openinventor.imageviz.fields with parameters of type SbKernel2i32 Constructor Description SoSFKernel2i32(SoFieldContainer fieldContainer, java.lang.String fieldName, SoField.FieldTypes fieldType, SbKernel2i32 defaultValue)Default constructor. -
Uses of SbKernel2i32 in com.openinventor.imageviz.nodes.luts
Methods in com.openinventor.imageviz.nodes.luts that return SbKernel2i32 Modifier and Type Method Description SbKernel2i32SoMorphoLut2D. getKernel(int indexKernel)Returns the specified kernel.Methods in com.openinventor.imageviz.nodes.luts with parameters of type SbKernel2i32 Modifier and Type Method Description voidSoMorphoLut2D. insertKernel(SbKernel2i32 kernel2d, SoMorphoLut2D.InsertModes insertMode, int kernelRotation)Inserts a kernel into the LUT.
-