Uses of Class
com.openinventor.inventor.engines.SoEngine
Packages that use SoEngine
-
Uses of SoEngine in com.openinventor.inventor.engines
Subclasses of SoEngine in com.openinventor.inventor.enginesModifier and TypeClassDescriptionclassPerforms Boolean operations.classA general-purpose calculator.classComposes a transformation matrix.classComposes a rotation from axis and angle values.classComposes a rotation that rotates from one vector into another.classComposes 2D vectors from floating-point values.classComposes 2D vectors from int values.classComposes 2D vectors from short values.classComposes 3D vectors from floating-point values.classComposes 4D vectors from floating-point values.classComputes the bounding box and center of a scene graph.classJoins separate fields into a single multiple-value field.classTriggered integer counter.classDecomposes transformation matrices into values for translation, rotation, and scale.classDecomposes rotation values.classDecomposes 2D vectors into floating-point values.classDecomposes 2D vectors into int values.classDecomposes 2D vectors into short values.classDecomposes 3D vectors into floating-point values.classDecomposes 4D vectors into floating-point values.classBasic controllable time source.classSelectively copies its input to its output.classBase class for all interpolator engines.classInterpolates floating-point values.classInterpolates rotation values.classInterpolates 2D floating-point vectors.classInterpolates 3D floating-point vectors.classInterpolates 4D floating-point vectors.classTimer that runs for a pre-set amount of time.classEngine that functions as an on/off switch.classSelects one value from a multiple-value field.classTimed integer counter.classAnimates an object or camera along a track.classTransforms a 3D vector by a 4x4 matrix.classProvides fan-in for triggers.Methods in com.openinventor.inventor.engines that return SoEngine -
Uses of SoEngine in com.openinventor.inventor.fields
Methods in com.openinventor.inventor.fields that return SoEngineModifier and TypeMethodDescriptionSoSFEngine.getValue()Returns this field's value.SoMFEngine.getValueAt(int i) Methods in com.openinventor.inventor.fields with parameters of type SoEngineModifier and TypeMethodDescriptionintCalls find(targetValue, false).intFinds the given targetValue in the array and returns the index of that value.voidSets the index'th value in the array to newValue.voidSets the first value in the array to newValue, and deletes.voidSets this field to newValue.voidSets num values starting at index start to the values.Constructors in com.openinventor.inventor.fields with parameters of type SoEngineModifierConstructorDescriptionSoSFEngine(SoFieldContainer fieldContainer, String fieldName, SoField.FieldTypes fieldType, SoEngine defaultValue) Default constructor.