Uses of Class
com.openinventor.inventor.nodes.SoInstanceParameter
Packages that use SoInstanceParameter
-
Uses of SoInstanceParameter in com.openinventor.inventor.fields
Methods in com.openinventor.inventor.fields that return SoInstanceParameterModifier and TypeMethodDescriptionSoMFInstanceParameter.findParameterByName
(String name) Returns the first parameter with the specified name.SoMFInstanceParameter.getValueAt
(int i) Methods in com.openinventor.inventor.fields with parameters of type SoInstanceParameterModifier and TypeMethodDescriptionint
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 SoInstanceParameterModifier and TypeMethodDescriptionstatic 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.