Uses of Class
com.openinventor.inventor.nodes.SoInstanceParameter
-
Packages that use SoInstanceParameter Package Description com.openinventor.inventor.fields com.openinventor.inventor.nodes -
-
Uses of SoInstanceParameter in com.openinventor.inventor.fields
Methods in com.openinventor.inventor.fields that return SoInstanceParameter Modifier and Type Method Description SoInstanceParameter
SoMFInstanceParameter. findParameterByName(java.lang.String name)
Returns the first parameter with the specified name.SoInstanceParameter
SoMFInstanceParameter. getValueAt(int i)
Methods in com.openinventor.inventor.fields with parameters of type SoInstanceParameter Modifier and Type Method Description int
SoMFInstanceParameter. find(SoInstanceParameter targetValue)
Calls find(targetValue, false).int
SoMFInstanceParameter. find(SoInstanceParameter targetValue, boolean addIfNotFound)
Finds the given targetValue in the array and returns the index of that value.void
SoMFInstanceParameter. set1Value(int index, SoInstanceParameter newValue)
Sets the index'th value in the array to newValue.void
SoMFInstanceParameter. setValue(SoInstanceParameter newValue)
Sets the first value in the array to newValue, and deletes.void
SoMFInstanceParameter. setValues(int start, SoInstanceParameter[] newValues)
Sets num values starting at index start to the values. -
Uses of SoInstanceParameter in com.openinventor.inventor.nodes
Methods in com.openinventor.inventor.nodes that return SoInstanceParameter Modifier and Type Method Description static SoInstanceParameter
SoInstanceParameter. createPredefinedParameter(SoInstanceParameter.PredefinedParameters paramKey, SoBufferObject values)
Calls createPredefinedParameter(paramKey, values, (int)1).static SoInstanceParameter
SoInstanceParameter. createPredefinedParameter(SoInstanceParameter.PredefinedParameters paramKey, SoBufferObject values, int divisor)
Creates an instance parameter object for one of the predefined attribute names.
-