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 void
SbKernel2i32. 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 SbKernel2i32
SoSFKernel2i32. getValue()
Returns this field's value.SbKernel2i32
SoMFKernel2i32. 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 int
SoMFKernel2i32. find(SbKernel2i32 targetValue)
Calls find(targetValue, false).int
SoMFKernel2i32. find(SbKernel2i32 targetValue, boolean addIfNotFound)
Finds the given targetValue in the array and returns the index of that value.void
SoMFKernel2i32. set1Value(int index, SbKernel2i32 newValue)
Sets the index'th value in the array to newValue.void
SoMFKernel2i32. setValue(SbKernel2i32 newValue)
Sets the first value in the array to newValue, and deletes.void
SoSFKernel2i32. setValue(SbKernel2i32 newValue)
Sets this field to newValue.void
SoMFKernel2i32. 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 SbKernel2i32
SoMorphoLut2D. getKernel(int indexKernel)
Returns the specified kernel.Methods in com.openinventor.imageviz.nodes.luts with parameters of type SbKernel2i32 Modifier and Type Method Description void
SoMorphoLut2D. insertKernel(SbKernel2i32 kernel2d, SoMorphoLut2D.InsertModes insertMode, int kernelRotation)
Inserts a kernel into the LUT.
-