Uses of Class
com.openinventor.inventor.SbBox4i32
-
Packages that use SbBox4i32 Package Description com.openinventor.inventor Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.com.openinventor.inventor.fields -
-
Uses of SbBox4i32 in com.openinventor.inventor
Methods in com.openinventor.inventor that return SbBox4i32 Modifier and Type Method Description SbBox4i32
SbBox4i32. setValue(int[] components)
SbBox4i32
SbBox4i32. setValue(int[] components, int startIndex)
static SbBox4i32[]
SbBox4i32. toArray(long nativeArray, long length)
Methods in com.openinventor.inventor with parameters of type SbBox4i32 Modifier and Type Method Description void
SbBox4i32. setValue(SbBox4i32 copyFrom)
Constructors in com.openinventor.inventor with parameters of type SbBox4i32 Constructor Description SbBox4i32(SbBox4i32 copyFrom)
-
Uses of SbBox4i32 in com.openinventor.inventor.fields
Methods in com.openinventor.inventor.fields that return SbBox4i32 Modifier and Type Method Description SbBox4i32
SoSFBox4i32. getValue()
Returns this field's value.Methods in com.openinventor.inventor.fields with parameters of type SbBox4i32 Modifier and Type Method Description void
SoSFBox4i32. setValue(SbBox4i32 newValue)
Sets this field to newValue.Constructors in com.openinventor.inventor.fields with parameters of type SbBox4i32 Constructor Description SoSFBox4i32(SoFieldContainer fieldContainer, java.lang.String fieldName, SoField.FieldTypes fieldType, SbBox4i32 defaultValue)
Default constructor.
-