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 TypeClassDescriptionclass
Performs Boolean operations.class
A general-purpose calculator.class
Composes a transformation matrix.class
Composes a rotation from axis and angle values.class
Composes a rotation that rotates from one vector into another.class
Composes 2D vectors from floating-point values.class
Composes 2D vectors from int values.class
Composes 2D vectors from short values.class
Composes 3D vectors from floating-point values.class
Composes 4D vectors from floating-point values.class
Computes the bounding box and center of a scene graph.class
Joins separate fields into a single multiple-value field.class
Triggered integer counter.class
Decomposes transformation matrices into values for translation, rotation, and scale.class
Decomposes rotation values.class
Decomposes 2D vectors into floating-point values.class
Decomposes 2D vectors into int values.class
Decomposes 2D vectors into short values.class
Decomposes 3D vectors into floating-point values.class
Decomposes 4D vectors into floating-point values.class
Basic controllable time source.class
Selectively copies its input to its output.class
Base class for all interpolator engines.class
Interpolates floating-point values.class
Interpolates rotation values.class
Interpolates 2D floating-point vectors.class
Interpolates 3D floating-point vectors.class
Interpolates 4D floating-point vectors.class
Timer that runs for a pre-set amount of time.class
Engine that functions as an on/off switch.class
Selects one value from a multiple-value field.class
Timed integer counter.class
Animates an object or camera along a track.class
Transforms a 3D vector by a 4x4 matrix.class
Provides 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 TypeMethodDescriptionint
Calls find(targetValue, false).int
Finds the given targetValue in the array and returns the index of that value.void
Sets the index'th value in the array to newValue.void
Sets the first value in the array to newValue, and deletes.void
Sets this field to newValue.void
Sets 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.